diff --git a/docs/community/content/contribute/release.cn.md b/docs/community/content/contribute/release.cn.md index fd889a3ed48b1..94b961db9dac1 100644 --- a/docs/community/content/contribute/release.cn.md +++ b/docs/community/content/contribute/release.cn.md @@ -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用户名} diff --git a/docs/community/content/contribute/release.en.md b/docs/community/content/contribute/release.en.md index f66a5ad6ece37..a705584a5ce3a 100644 --- a/docs/community/content/contribute/release.en.md +++ b/docs/community/content/contribute/release.en.md @@ -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}