This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch format-release-doc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/format-release-doc by this 
push:
     new e580c69  Update create_source_release.sh
e580c69 is described below

commit e580c6929b8c5c771adc492b3d288945a5b50e91
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Jul 1 23:35:36 2018 -0700

    Update create_source_release.sh
---
 tools/releasing/create_source_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/releasing/create_source_release.sh 
b/tools/releasing/create_source_release.sh
index 8989eb6..9cd9eb9 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -26,7 +26,7 @@
 
 
 RELEASE_VERSION=${RELEASE_VERSION}
-TAG_NAME=${RELEASE_VERSION}(RC${RELEASE_ROUND})
+TAG_NAME=v${RELEASE_VERSION}-RC${RELEASE_ROUND}
 PRODUCT_NAME="apache-skywalking-apm-incubating"
 
 echo "Release version "${RELEASE_VERSION}

Reply via email to