diff --git a/.editorconfig b/.editorconfig index c6c8b36..730d51b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ end_of_line = lf 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 --- /dev/null +++ b/Makefile @@ -0,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