This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang 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 d373f54  add upload xsd of spring namespace to release guide (#14098)
d373f54 is described below

commit d373f5409da3f4d845e0a9432814935f28ab0bd3
Author: Haoran Meng <[email protected]>
AuthorDate: Wed Dec 15 20:46:31 2021 +0800

    add upload xsd of spring namespace to release guide (#14098)
    
    Co-authored-by: shardingsphere <[email protected]>
---
 docs/community/content/contribute/release.cn.md | 25 ++++++++++++++++++++++++-
 docs/community/content/contribute/release.en.md | 25 ++++++++++++++++++++++++-
 2 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/docs/community/content/contribute/release.cn.md 
b/docs/community/content/contribute/release.cn.md
index 607737c..a6dc9a7 100644
--- a/docs/community/content/contribute/release.cn.md
+++ b/docs/community/content/contribute/release.cn.md
@@ -541,7 +541,30 @@ GPG签名文件和哈希校验文件的下载连接应该使用这个前缀:`h
 
 `最新版本`中保留一个最新的版本。Incubator阶段历史版本会自动归档到[Archive 
repository](https://archive.apache.org/dist/incubator/shardingsphere/)
 
-**8. 邮件通知版本发布完成**
+**8. 上传 Spring namespace xsd 文件至官方网站**
+
+提交 pull request 将源码中的 xsd 文件以及发布版本的 xsd 文件上传至 
https://github.com/apache/shardingsphere-doc/tree/asf-site/schema/shardingsphere
+
+应上传的文件列表如下:
+
+- datasource.xsd
+- datasource-${RELEASE.VERSION}.xsd  
+- mode/standalone/repository.xsd
+- mode/standalone/repository-${RELEASE.VERSION}.xsd  
+- mode/cluster/repository.xsd
+- mode/cluster/repository-${RELEASE.VERSION}.xsd  
+- sharding.xsd
+- sharding-${RELEASE.VERSION}.xsd  
+- encrypt.xsd
+- encrypt-${RELEASE.VERSION}.xsd  
+- readwrite-splitting.xsd
+- readwrite-splitting-${RELEASE.VERSION}.xsd  
+- shadow.xsd
+- shadow-${RELEASE.VERSION}.xsd  
+- database-discovery.xsd
+- database-discovery-${RELEASE.VERSION}.xsd
+
+**9. 邮件通知版本发布完成**
 
 发送邮件到`[email protected]`和`[email protected]`通知完成版本发布
 
diff --git a/docs/community/content/contribute/release.en.md 
b/docs/community/content/contribute/release.en.md
index ca40ec3..f220833 100644
--- a/docs/community/content/contribute/release.en.md
+++ b/docs/community/content/contribute/release.en.md
@@ -544,7 +544,30 @@ GPG signatures and hashes (SHA* etc) should use URL start 
with `https://download
 
 Keep one latest versions in `Latest releases`. Incubating stage versions will 
be archived automatically in [Archive 
repository](https://archive.apache.org/dist/incubator/shardingsphere/)
 
-**8. Announce release completed by email**
+**8. Upload xsd files of Spring namespace to official website**
+
+Submit a pull request to upload the xsd files of Spring namespace to 
https://github.com/apache/shardingsphere-doc/tree/asf-site/schema/shardingsphere
+
+The list of files to be uploaded is as follows:
+
+- datasource.xsd
+- datasource-${RELEASE.VERSION}.xsd
+- mode/standalone/repository.xsd
+- mode/standalone/repository-${RELEASE.VERSION}.xsd
+- mode/cluster/repository.xsd
+- mode/cluster/repository-${RELEASE.VERSION}.xsd
+- sharding.xsd
+- sharding-${RELEASE.VERSION}.xsd
+- encrypt.xsd
+- encrypt-${RELEASE.VERSION}.xsd
+- readwrite-splitting.xsd
+- readwrite-splitting-${RELEASE.VERSION}.xsd
+- shadow.xsd
+- shadow-${RELEASE.VERSION}.xsd
+- database-discovery.xsd
+- database-discovery-${RELEASE.VERSION}.xsd
+
+**9. Announce release completed by email**
 
 Send e-mail to `[email protected]` and `[email protected]` to 
announce the release is finished
 

Reply via email to