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/03/25 04:42:09 UTC

[incubator-skywalking] branch master updated: Update How-to-release.md (#986)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87a4959  Update How-to-release.md (#986)
87a4959 is described below

commit 87a49597252f73eb057297bb820be9be63991353
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Sun Mar 25 12:42:07 2018 +0800

    Update How-to-release.md (#986)
---
 docs/en/How-to-release.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
index 9e609bc..70544dc 100644
--- a/docs/en/How-to-release.md
+++ b/docs/en/How-to-release.md
@@ -48,6 +48,7 @@ The release will automatically be inserted into a temporary staging repository f
 ## Build and sign the source code package
 ```shell
 switch to release version tag
+export RELEASE_VERSION=x.y.z (example: RELEASE_VERSION=5.0.0-alpha)
 cd tools/releasing
 sh create_source_release.sh
 ```

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.