release.sh add echo msg

This commit is contained in:
pangxie1991 2017-10-26 21:28:46 +08:00
parent e87f535fa8
commit 38ebce75ce

View File

@ -17,8 +17,10 @@ then
git commit -m "[build] $VERSION"
# publish
echo "publishing git..."
git push origin master
git push origin refs/tags/v$VERSION
echo "publishing npm..."
npm publish
fi