You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by wa...@apache.org on 2022/05/16 03:23:40 UTC

[incubator-linkis-website] branch dev updated: Update how to release

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

wangxiaogang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 437d383f1 Update how to release
437d383f1 is described below

commit 437d383f1a42221d9f900870110cdf2efb5361f0
Author: Adam Wang <Ad...@users.noreply.github.com>
AuthorDate: Mon May 16 11:23:36 2022 +0800

    Update how to release
    
    Update how to release, minor changes to documentation.
---
 .../current/how-to-release.md                                | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
index 051e934e6..110320e40 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
@@ -532,6 +532,7 @@ ${Linkis Release Manager}
 
 #### 5.1.2 宣布投票结果模板
 参考示例:[\[RESULT\]\[VOTE\] Release Apache Linkis (Incubating) 1.0.3-RC2](https://lists.apache.org/thread/gh1b1t3cjom8bq9o3xbntbjgrkp0vly3) https://lists.apache.org/thread/gh1b1t3cjom8bq9o3xbntbjgrkp0vly3
+备注:该邮件thread地址,可以通过访问`https://lists.apache.org/list?dev@linkis.apache.org `这个页面查到(注意加载时间可能会比较长),然后选择相应邮件,点击进去后即可生成thread链接;
 ```html
 标题:
 [RESULT][VOTE] Release Apache Linkis (Incubating) ${release_version} ${rc_version}
@@ -617,6 +618,15 @@ Hello Incubator Community,
 Thanks,
 On behalf of Apache Linkis(Incubating) community
 
+```
+在投票满足条件,并已结束后,需要简单回复之前投票邮件,表示投票已结束,举例:
+``` html
+
+Hi all:
+
+With a total of 3 +1 binding votes, 2 +1 non-binding votes, no 0 or -1 votes, I will close the voting email.
+
+Thanks!
 ```
 
 #### 5.2.2 宣布投票结果模板
@@ -671,7 +681,7 @@ $ svn cp https://dist.apache.org/repos/dist/dev/incubator/linkis/KEYS https://di
 
 ### 6.2 确认dev和release下的包是否正确
 
-- 确认[dev](https://dist.apache.org/repos/dist/dev/incubator/linkis/)下的`${release_version}-${rc_version}`已被删除
+- 确认[dev](https://dist.apache.org/repos/dist/dev/incubator/linkis/)下的`${release_version}-${rc_version}`已被删除, 如果在正式发布前有多个RC版本,多个RC版本均需要删除
 - 删除[release](https://dist.apache.org/repos/dist/release/incubator/linkis/)目录下 上一个版本的发布包,这些包会被自动保存在[这里](https://downloads.apache.org/incubator/linkis/)
 
 ```shell


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org