You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/12/10 06:56:58 UTC

[shardingsphere] branch master updated: Revise release guide of ShardingSphere (#22782)

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 84ecaf83eb9 Revise release guide of ShardingSphere (#22782)
84ecaf83eb9 is described below

commit 84ecaf83eb939cee66639c14d89afea96f4aacf9
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Sat Dec 10 14:56:50 2022 +0800

    Revise release guide of ShardingSphere (#22782)
---
 docs/community/content/involved/release/shardingsphere.cn.md | 11 +++++++----
 docs/community/content/involved/release/shardingsphere.en.md | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/docs/community/content/involved/release/shardingsphere.cn.md b/docs/community/content/involved/release/shardingsphere.cn.md
index fb9e67fb536..016437dd7d5 100644
--- a/docs/community/content/involved/release/shardingsphere.cn.md
+++ b/docs/community/content/involved/release/shardingsphere.cn.md
@@ -491,8 +491,13 @@ I will process to publish the release and send ANNOUNCE.
 
 ### 1. 将源码、二进制包以及 KEYS 从 svn 的 dev 目录移动到 release 目录
 
+将发布内容移动到发布区:
 ```shell
 svn mv https://dist.apache.org/repos/dist/dev/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/shardingsphere/ -m "transfer packages for ${RELEASE.VERSION}"
+```
+
+如果 KEYS 有变动,则更新发布区的 KEYS 文件:
+```shell
 svn delete https://dist.apache.org/repos/dist/release/shardingsphere/KEYS -m "delete KEYS"
 svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.apache.org/repos/dist/release/shardingsphere/ -m "transfer KEYS for ${RELEASE.VERSION}"
 ```
@@ -552,13 +557,11 @@ svn del -m "Archiving release ${PREVIOUS.RELEASE.VERSION}" https://dist.apache.o
 
 ### 6. 官网首页增加发布版本文档入口
 
-参考以下代码:
-- [英文首页](https://github.com/apache/shardingsphere-doc/blob/10fb1b5f610fe2cac00c66abe2df7a8cc30c2a18/index.html#L88-L126)
-- [中文首页](https://github.com/apache/shardingsphere-doc/blob/10fb1b5f610fe2cac00c66abe2df7a8cc30c2a18/index_zh.html#L88-L125)
+参考 commit:https://github.com/apache/shardingsphere-doc/commit/9fdf438d1170129d2690b5dee316403984579430
 
 ### 7. 更新示例版本
 
-更新 examples 模块的 pom,将版本由 ${RELEASE.VERSION} 替换为 ${NEXT.DEVELOPMENT.VERSION},并提交 PR 到发布分支。
+更新 examples 模块的 pom,将版本由 ${RELEASE.VERSION} 替换为 ${NEXT.DEVELOPMENT.VERSION},并提交到发布分支。
 
 ### 8. 合并 GitHub 的 release 分支到 `master`,合并完成后删除 release 分支
 
diff --git a/docs/community/content/involved/release/shardingsphere.en.md b/docs/community/content/involved/release/shardingsphere.en.md
index f90835ec3a3..16dec8b31bb 100644
--- a/docs/community/content/involved/release/shardingsphere.en.md
+++ b/docs/community/content/involved/release/shardingsphere.en.md
@@ -498,8 +498,13 @@ I will process to publish the release and send ANNOUNCE.
 
 ### 1. Move source packages, binary packages and KEYS from the `dev` directory to `release` directory
 
+Move release candidates to release area:
 ```shell
 svn mv https://dist.apache.org/repos/dist/dev/shardingsphere/${RELEASE.VERSION} https://dist.apache.org/repos/dist/release/shardingsphere/ -m "transfer packages for ${RELEASE.VERSION}"
+```
+
+If KEYS has changed, update the KEYS file in the release area:
+```shell
 svn delete https://dist.apache.org/repos/dist/release/shardingsphere/KEYS -m "delete KEYS"
 svn cp https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS https://dist.apache.org/repos/dist/release/shardingsphere/ -m "transfer KEYS for ${RELEASE.VERSION}"
 ```
@@ -562,13 +567,11 @@ Refer to [Release Download Pages for Projects](https://infra.apache.org/release-
 
 ### 6. Add entrance of documents of the new release into home page
 
-Refer to:
-- [English home page](https://github.com/apache/shardingsphere-doc/blob/10fb1b5f610fe2cac00c66abe2df7a8cc30c2a18/index.html#L88-L126)
-- [Chinese home page](https://github.com/apache/shardingsphere-doc/blob/10fb1b5f610fe2cac00c66abe2df7a8cc30c2a18/index_zh.html#L88-L125)
+Refer to commit: https://github.com/apache/shardingsphere-doc/commit/9fdf438d1170129d2690b5dee316403984579430
 
 ### 7. Update Example Version
 
-Update the POM of the module examples, changing the version from ${RELEASE.VERSION} to ${NEXT.DEVELOPMENT.VERSION}, and submit a PR to release branch.
+Update the POM of the module examples, changing the version from ${RELEASE.VERSION} to ${NEXT.DEVELOPMENT.VERSION}, and commit changes to release branch.
 
 ### 8. Merge release branch to `master` and delete release branch on GitHub