fix release script

This commit is contained in:
Marcos Moura 2016-12-05 01:55:27 -02:00
parent c395934de6
commit 8c16639d71

View file

@ -43,10 +43,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
# commit
git add -A
git commit -m "[build] $VERSION"
#### npm version $VERSION --message "[release] $VERSION"
npm version $VERSION --message "[release] $VERSION"
# publish
#### git push origin refs/tags/v$VERSION
git push origin refs/tags/v$VERSION
git push
# deploy