mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix release.sh
This commit is contained in:
parent
67c3077a68
commit
e87f535fa8
@ -12,9 +12,9 @@ then
|
|||||||
echo "Releasing $VERSION ..."
|
echo "Releasing $VERSION ..."
|
||||||
|
|
||||||
# commit
|
# commit
|
||||||
|
npm version $VERSION --message "[release] $VERSION"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "[build] $VERSION"
|
git commit -m "[build] $VERSION"
|
||||||
npm version $VERSION --message "[release] $VERSION"
|
|
||||||
|
|
||||||
# publish
|
# publish
|
||||||
git push origin master
|
git push origin master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user