From dbf568e68bcead4af790ff2cf3d92bb0a8ba1cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Tue, 20 Aug 2019 20:25:24 +0800 Subject: [PATCH] [build] update release.sh --- build/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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