GT2/GT2-iOS/node_modules/watch/release.sh
2018-02-12 17:26:06 +00:00

3 lines
110 B
Bash
Executable file

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