which-electron/Makefile

9 lines
133 B
Makefile
Raw Normal View History

2022-03-05 08:45:54 +00:00
all:
npm update
php _scripts/gen_versions.php
gc -am "Updates $(date)"
npm version patch
git push
git push --tags
npm publish