which-electron/Makefile

9 lines
133 B
Makefile

all:
npm update
php _scripts/gen_versions.php
gc -am "Updates $(date)"
npm version patch
git push
git push --tags
npm publish