This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 237463c227e Update English document about command arguments of release
procedure (#18243)
237463c227e is described below
commit 237463c227e6583955869966cbe50d99097808f9
Author: 吴伟杰 <[email protected]>
AuthorDate: Wed Jun 8 17:18:19 2022 +0800
Update English document about command arguments of release procedure
(#18243)
---
docs/community/content/contribute/release.en.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/community/content/contribute/release.en.md
b/docs/community/content/contribute/release.en.md
index 43fdae22579..05964562e63 100644
--- a/docs/community/content/contribute/release.en.md
+++ b/docs/community/content/contribute/release.en.md
@@ -209,7 +209,7 @@ Specifying version of xsd instead of using `sharding.xsd`,
is to make legacy doc
**5. Pre-Release Check**
```shell
-mvn release:prepare -Prelease -Darguments="-DskipTests"
-DautoVersionSubmodules=true -DdryRun=true -Dusername=${Github username}
+mvn release:prepare -Prelease -Darguments="-DskipTests
-Dspotless.apply.skip=true" -DautoVersionSubmodules=true -DdryRun=true
-Dusername=${Github username}
```
-Prelease: choose release profile, which will pack all the source codes, jar
files and executable binary packages of ShardingSphere-Proxy.
@@ -229,7 +229,7 @@ mvn release:clean
Then, prepare to execute the release.
```shell
-mvn release:prepare -Prelease -Darguments="-DskipTests"
-DautoVersionSubmodules=true -DpushChanges=false -Dusername=${Github username}
+mvn release:prepare -Prelease -Darguments="-DskipTests
-Dspotless.apply.skip=true" -DautoVersionSubmodules=true -DpushChanges=false
-Dusername=${Github username}
```
It is basically the same as the previous rehearsal command, but deleting
-DdryRun=true parameter.
@@ -245,7 +245,7 @@ git push origin --tags
**7. Deploy the Release**
```shell
-mvn release:perform -Prelease -Darguments="-DskipTests"
-DautoVersionSubmodules=true -Dusername=${Github username}
+mvn release:perform -Prelease -Darguments="-DskipTests
-Dspotless.apply.skip=true" -DautoVersionSubmodules=true -Dusername=${Github
username}
```
After that command is executed, the version to be released will be uploaded to
Apache staging repository automatically.