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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1256f7059d Fix release doc (#10513)
1256f7059d is described below

commit 1256f7059df3affd73c27d1b17a3cf8d7ea6efff
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Thu Mar 9 08:18:49 2023 +0800

    Fix release doc (#10513)
---
 docs/en/guides/How-to-release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index 7c3667c757..2cf7cec2d4 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -45,7 +45,7 @@ This step is only for testing purpose. If your env is 
correctly set, you don't n
 ## Prepare for the release
 ```
 ./mvnw release:clean
-./mvnw release:prepare -DautoVersionSubmodules=true -Pall
+./mvnw release:prepare -DautoVersionSubmodules=true 
-Darguments='-Dmaven.test.skip' -Pall
 ```
 
 - Set version number as x.y.z, and tag as **v**x.y.z (The version tag must 
start with **v**. You will find out why this is necessary in the next step.)
@@ -54,7 +54,7 @@ _You could do a GPG signature before preparing for the 
release. If you need to i
 
 ## Stage the release 
 ```
-./mvnw release:perform -Dmaven.test.skip -Pall
+./mvnw release:perform -Darguments='-Dmaven.test.skip' -Pall
 ```
 
 - The release will be automatically inserted into a temporary staging 
repository.

Reply via email to