You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/07/02 06:35:38 UTC

[incubator-skywalking] branch format-release-doc updated: Update create_source_release.sh

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 <wu...@foxmail.com>
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}