From cb84b1fd1edec79935437986f39c5496ce159029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sun, 27 May 2018 08:37:57 +0800 Subject: [PATCH] Update How-to-release.md (#1267) --- docs/en/How-to-release.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md index 172d05a1c..448b07340 100644 --- a/docs/en/How-to-release.md +++ b/docs/en/How-to-release.md @@ -39,11 +39,12 @@ mvn release:clean mvn release:prepare -DautoVersionSubmodules=true ``` -## Stage the release for a vote +## Stage the release ``` mvn release:perform -DskipTests -Ptravis-ci-submodule ``` -The release will automatically be inserted into a temporary staging repository for you. +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 ```shell @@ -54,7 +55,7 @@ cd tools/releasing sh create_source_release.sh ``` -`x` in `RCx` is based the number of attempts release, and starts with 1. +`RELEASE_ROUND` must be as same as your setting in `Stage the release` step. The `apache-skywalking-apm-incubating-x.y.z-src.tgz` should be found in `tools/releasing` folder, with .asc, .sha512, .md5