From 4dccf4e70ba26e7dbc73ca47e112acf2f317b947 Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Sat, 05 Mar 2022 14:15:54 +0530 Subject: [PATCH] Add Makefile --- .editorconfig | 3 +++ Makefile | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.editorconfig b/.editorconfig index c6c8b36..730d51b 100644 --- a/.editorconfig +++ a/.editorconfig @@ -7,3 +7,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[Makefile] +indent_style = tab diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..85b6544 100644 --- /dev/null +++ a/Makefile @@ -1,0 +1,8 @@ +all: + npm update + php _scripts/gen_versions.php + gc -am "Updates $(date)" + npm version patch + git push + git push --tags + npm publish -- rgit 0.1.5