From 628e2115a360864eb2ee03b5e983d38d6463a888 Mon Sep 17 00:00:00 2001 From: "qingwei.li" Date: Thu, 27 Jul 2017 10:02:40 +0800 Subject: [PATCH] fix(release): release shell --- build/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/release.sh b/build/release.sh index 30d4fd6..a328322 100644 --- a/build/release.sh +++ b/build/release.sh @@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then git commit -m "chore: add changelog $VERSION" # publish + git tag v$VERSION git push origin refs/tags/v$VERSION git push if [[ -z $RELEASE_TAG ]]; then