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 ..."
|
||||
|
||||
# commit
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
git add -A
|
||||
git commit -m "[build] $VERSION"
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
|
||||
# publish
|
||||
git push origin master
|
||||
|
Loading…
x
Reference in New Issue
Block a user