You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/03/08 15:51:20 UTC

[skywalking] branch release-doc created (now 17b59c4cec)

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

wusheng pushed a change to branch release-doc
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at 17b59c4cec Fix release doc

This branch includes the following new commits:

     new 17b59c4cec Fix release doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Fix release doc

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 17b59c4cec65256c57471f3292b263349ecdb0f2
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Mar 8 23:51:04 2023 +0800

    Fix release doc
---
 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.