Update How-to-release.md (#964)

This commit is contained in:
彭勇升 pengys 2018-03-20 06:15:23 +08:00 committed by 吴晟 Wu Sheng
parent afcd3314d1
commit e4aa8ea6ca
1 changed files with 1 additions and 1 deletions

View File

@ -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.