release.sh 110 B

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