Add Makefile

This commit is contained in:
Nemo 2022-03-05 14:15:54 +05:30
parent 467001f5e5
commit 4dccf4e70b
2 changed files with 11 additions and 0 deletions

View File

@ -7,3 +7,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab

8
Makefile Normal file
View File

@ -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