This is an automated email from the ASF dual-hosted git repository.
wuweijie 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 470756a049d Update `svn add *` to `svn add * --parents` in release
document (#20712)
470756a049d is described below
commit 470756a049d3f753bd645e21b107377c1427f859
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Thu Sep 1 17:51:25 2022 +0800
Update `svn add *` to `svn add * --parents` in release document (#20712)
---
docs/community/content/involved/release/shardingsphere.cn.md | 2 +-
docs/community/content/involved/release/shardingsphere.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/community/content/involved/release/shardingsphere.cn.md
b/docs/community/content/involved/release/shardingsphere.cn.md
index 8dc97fa57a9..3132ddb048c 100644
--- a/docs/community/content/involved/release/shardingsphere.cn.md
+++ b/docs/community/content/involved/release/shardingsphere.cn.md
@@ -316,7 +316,7 @@ cp -f
~/shardingsphere/shardingsphere-agent/shardingsphere-agent-distribution/ta
### 4. 提交 Apache SVN
```shell
-svn add *
+svn add * --parents
svn --username=${APACHE LDAP 用户名} commit -m "release ${RELEASE.VERSION}"
```
diff --git a/docs/community/content/involved/release/shardingsphere.en.md
b/docs/community/content/involved/release/shardingsphere.en.md
index d361d252802..625f17be3e3 100644
--- a/docs/community/content/involved/release/shardingsphere.en.md
+++ b/docs/community/content/involved/release/shardingsphere.en.md
@@ -320,7 +320,7 @@ cp -f
~/shardingsphere/shardingsphere-agent/shardingsphere-agent-distribution/ta
### 4. Commit to Apache SVN
```shell
-svn add *
+svn add * --parents
svn --username=${APACHE LDAP username} commit -m "release ${RELEASE.VERSION}"
```