mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-26 23:53:59 +00:00
fix release script
This commit is contained in:
parent
c395934de6
commit
8c16639d71
1 changed files with 2 additions and 2 deletions
|
|
@ -43,10 +43,10 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|||
# commit
|
||||
git add -A
|
||||
git commit -m "[build] $VERSION"
|
||||
#### npm version $VERSION --message "[release] $VERSION"
|
||||
npm version $VERSION --message "[release] $VERSION"
|
||||
|
||||
# publish
|
||||
#### git push origin refs/tags/v$VERSION
|
||||
git push origin refs/tags/v$VERSION
|
||||
git push
|
||||
|
||||
# deploy
|
||||
|
|
|
|||
Loading…
Reference in a new issue