This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new e4aa8ea Update How-to-release.md (#964)
e4aa8ea is described below
commit e4aa8ea6ca3bb506b68fb4d21a4c98a1b7c947eb
Author: 彭勇升 pengys <[email protected]>
AuthorDate: Tue Mar 20 06:15:23 2018 +0800
Update How-to-release.md (#964)
---
docs/en/How-to-release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/How-to-release.md b/docs/en/How-to-release.md
index 26db3b6..e19d5dc 100644
--- a/docs/en/How-to-release.md
+++ b/docs/en/How-to-release.md
@@ -41,7 +41,7 @@ mvn release:prepare -DautoVersionSubmodules=true
## Stage the release for a vote
```
-mvn release:perform -DskipTests
+mvn release:perform -DskipTests -Ptravis-ci-submodule
```
The release will automatically be inserted into a temporary staging repository
for you.
--
To stop receiving notification emails like this one, please contact
[email protected].