[build] update release.sh

This commit is contained in:
陈嘉涵 2019-08-20 20:25:24 +08:00
parent 8dcf1c1139
commit dbf568e68b

View File

@ -13,7 +13,7 @@ then
# commit
git tag v$VERSION
git commit -am "[release] $VERSION"
git commit -am "[build] release: $VERSION"
# publish
git push origin dev