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:
parent
e87f535fa8
commit
38ebce75ce
@ -17,8 +17,10 @@ then
|
|||||||
git commit -m "[build] $VERSION"
|
git commit -m "[build] $VERSION"
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
|
echo "publishing git..."
|
||||||
git push origin master
|
git push origin master
|
||||||
git push origin refs/tags/v$VERSION
|
git push origin refs/tags/v$VERSION
|
||||||
|
|
||||||
|
echo "publishing npm..."
|
||||||
npm publish
|
npm publish
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user