Skip to content

Commit

Permalink
Merge pull request apache#5739 from tuohai666/release_guide
Browse files Browse the repository at this point in the history
update release guide
  • Loading branch information
kimmking authored May 21, 2020
2 parents 3145ab2 + 2a91536 commit 42483e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community/content/contribute/release.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=
mvn release:clean
```
然后准备执行发布。
然后准备执行发布。发布之前需要更新examples和shardingsphere-ui两个模块的pom,将版本由${CURRENT.VERSION}替换为${RELEASE.VERSION}
```shell
mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=true -DpushChanges=false -Dusername=${Github用户名}
Expand Down
2 changes: 1 addition & 1 deletion docs/community/content/contribute/release.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ First, clean local pre-release check information.
mvn release:clean
```
Then, prepare to execute the release.
Then, prepare to execute the release. Before releasing, update the POM of the two modules of examples and shardingsphere-ui, changing the version from ${CURRENT.VERSION} to ${RELEASE.VERSION}.
```shell
mvn release:prepare -Prelease -Darguments="-DskipTests" -DautoVersionSubmodules=true -DpushChanges=false -Dusername=${Github username}
Expand Down

0 comments on commit 42483e7

Please sign in to comment.