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 2018/11/04 13:18:10 UTC

[incubator-skywalking] branch asf-release updated: Add another submodule active command.

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

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


The following commit(s) were added to refs/heads/asf-release by this push:
     new d26dcf7  Add another submodule active command.
d26dcf7 is described below

commit d26dcf7eb9c8a42d63065db2fb4a0611f445a7f9
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 4 21:18:01 2018 +0800

    Add another submodule active command.
---
 docs/en/guides/How-to-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index 722bc27..12fd044 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -36,7 +36,7 @@ Use the following block as a template and place it in ~/.m2/settings.xml
 ## Prepare the release
 ```
 ./mvnw release:clean
-./mvnw release:prepare -DautoVersionSubmodules=true
+./mvnw release:prepare -DautoVersionSubmodules=true -Pauto-submodule
 ```
 
 ## Stage the release