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

commit 123a8853ffeab13ba8b4f303c18b3b97fbfa6257
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Jul 1 23:34:27 2018 -0700

    Update How-to-release.md
---
 docs/en/How-to-release.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
index 448b073..8ca7f5d 100644
--- a/docs/en/How-to-release.md
+++ b/docs/en/How-to-release.md
@@ -43,7 +43,7 @@ mvn release:prepare -DautoVersionSubmodules=true
 ```
 mvn release:perform -DskipTests -Ptravis-ci-submodule
 ```
-1. Set version number as x.y.z, and tag as x.y.z(RCx). `x` in `RCx` is based 
the number of attempts release, aka `RELEASE_ROUND` in this doc, and starts 
with 1.
+1. Set version number as x.y.z, and tag as x.y.z-RCx. `x` in `RCx` is based 
the number of attempts release, aka `RELEASE_ROUND` in this doc, and starts 
with 1.
 1. The release will automatically be inserted into a temporary staging 
repository for you.
 
 ## Build and sign the source code package
@@ -71,7 +71,7 @@ with .asc, .sha512, .md5
 
 ## Upload to Apache svn
 1. Use ApacheId to login 
`https://dist.apache.org/repos/dist/dev/incubator/skywalking/`
-1. Create folder, named by release version and round, such as: x.y.z(RCx)
+1. Create folder, named by release version and round, such as: x.y.z-RCx
 1. Upload Source code package to the folder with .asc, .sha512
     * Package name: apache-skywalking-incubating-x.y.z-src.tar.gz
     * See Section "Build and sign the source code package" for more details 
@@ -112,7 +112,7 @@ Maven 2 staging repository:
 
 Release Tag :
 
- * (Git Tag) x.y.z(RCx)
+ * (Git Tag) x.y.z-RCx
 
 Release CommitID :
 
@@ -165,7 +165,7 @@ Maven 2 staging repository:
 
 Release Tag :
 
- * (Git Tag) x.y.z(RCx)
+ * (Git Tag) x.y.z-RCx
 
 Release CommitID :
 
@@ -247,7 +247,7 @@ Maven 2 staging repository:
 
 Release Tag :
 
- * (Git Tag) x.y.z(RCx)
+ * (Git Tag) x.y.z-RCx
 
 Release CommitID :
 
@@ -297,7 +297,7 @@ I will procedd to publish the release and send ANNOUNCE.
 1. Move source codes tar balls and distributions to 
`https://dist.apache.org/repos/dist/release/incubator/skywalking/`.
 ```
 > export SVN_EDITOR=vim
-> svn mv 
https://dist.apache.org/repos/dist/dev/incubator/skywalking/x.y.z(RCx) 
https://dist.apache.org/repos/dist/release/incubator/skywalking
+> svn mv https://dist.apache.org/repos/dist/dev/incubator/skywalking/x.y.z-RCx 
https://dist.apache.org/repos/dist/release/incubator/skywalking
 ....
 enter your apache password
 ....
@@ -306,7 +306,7 @@ enter your apache password
 2. Do release in nexus staging repo.
 3. Public download URLs under 
`http://www.apache.org/dyn/closer.cgi/incubator/skywalking/x.y.z`.
 4. Public KEYS, sigs and sha512 URLs under 
`https://www.apache.org/dist/incubator/skywalking/xxxx`
-5. Re-tag on GitHub, tag `x.y.z(RCx)` as `x.y.z`, and publish a GitHub release 
based on this tag.
+5. Re-tag on GitHub, tag `x.y.z-RCx` as `x.y.z`, and publish a GitHub release 
based on this tag.
 5. Send ANNOUNCE mail to `[email protected]`.
 ```
 Mail title: [ANNOUNCE] Release Apache SkyWalking (incubating) version x.y.z

Reply via email to