diff --git a/build/release.sh b/build/release.sh index fa15bb00e..c7104175f 100644 --- a/build/release.sh +++ b/build/release.sh @@ -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