bolt-engine/node_modules/watch/release.sh

4 lines
110 B
Bash
Raw Normal View History

2015-01-22 19:26:00 +00:00
#!/bin/sh
npm version minor && npm publish && npm version patch && git push --tags && git push origin master