build: update lint-commit-msg rules (#4167)

* build: update lint-commit-msg rules

* build: update release.sh
This commit is contained in:
neverland
2019-08-21 10:06:54 +08:00
committed by GitHub
parent a7e66f1f8c
commit 66f3aac389
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ then
# commit
git tag v$VERSION
git commit -am "[build] release: $VERSION"
git commit -am "build: release $VERSION"
# publish
git push origin dev