change release.sh

This commit is contained in:
cookfront 2017-04-21 00:34:02 +08:00
parent b7bd852ecb
commit 33143d6f10

View File

@ -30,6 +30,9 @@ then
# publish
git push origin master
git push origin refs/tags/v$VERSION
git checkout dev
git rebase master
git push origin dev
npm publish
fi