fix release.sh

This commit is contained in:
pangxie1991 2017-10-26 21:24:43 +08:00
parent 67c3077a68
commit e87f535fa8

View File

@ -12,9 +12,9 @@ then
echo "Releasing $VERSION ..."
# commit
npm version $VERSION --message "[release] $VERSION"
git add -A
git commit -m "[build] $VERSION"
npm version $VERSION --message "[release] $VERSION"
# publish
git push origin master