1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

release.sh add echo msg

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

@ -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