Update How-to-release.md (#986)

This commit is contained in:
彭勇升 pengys 2018-03-25 12:42:07 +08:00 committed by 吴晟 Wu Sheng
parent e13ff79326
commit 87a4959725
1 changed files with 1 additions and 0 deletions

View File

@ -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
```