bolt-engine/node_modules/watch/release.sh
2015-01-22 22:56:00 +03:30

4 lines
110 B
Bash
Executable File

#!/bin/sh
npm version minor && npm publish && npm version patch && git push --tags && git push origin master