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

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 073e46097f [doc](community) modify verify release doc (#11766)
073e46097f is described below

commit 073e46097f7630993c36531d16ea6ee4114a6f41
Author: Mingyu Chen <morningman....@gmail.com>
AuthorDate: Mon Aug 15 09:59:17 2022 +0800

    [doc](community) modify verify release doc (#11766)
    
     modify verify release doc
---
 docs/en/community/release-and-verify/release-verify.md    | 15 +++++++--------
 docs/zh-CN/community/release-and-verify/release-verify.md | 15 +++++++--------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/docs/en/community/release-and-verify/release-verify.md 
b/docs/en/community/release-and-verify/release-verify.md
index 93654bcf06..f95c73d85d 100644
--- a/docs/en/community/release-and-verify/release-verify.md
+++ b/docs/en/community/release-and-verify/release-verify.md
@@ -30,14 +30,13 @@ This validation step can be used for validation during 
release polling and also
 
 The following steps can be followed to verify.
 
-1. [ ] Whether the download link is legitimate.
-2. [ ] Whether the checksum and PGP signature are legitimate. 3.
-3. [ ] Whether the DISCLAIMER or DISCLAIMER-WIP is included.
-4. [ ] Whether the code matches the current release.
-5. [ ] Whether the LICENSE and NOTICE files are correct.
-6. [ ] All files carry the necessary protocol descriptions.
-7. [ ] No compiled content is included in the source package.
-8. [ ] Whether the compilation can be executed without problems.
+1. [ ] The download link is legal.
+2. [ ] The PGP signature are valid.
+3. [ ] The source code matches the current release version.
+4. [ ] The LICENSE and NOTICE files are correct.
+5. [ ] All files carry the necessary protocol header.
+6. [ ] The compiled content is not included in the source package.
+7. [ ] The compilation can be executed smoothly.
 
 Here we use the verification of the Doris Core version as an example. Note 
that other components have their corresponding names changed.
 
diff --git a/docs/zh-CN/community/release-and-verify/release-verify.md 
b/docs/zh-CN/community/release-and-verify/release-verify.md
index 4030152baa..3dd1cd6243 100644
--- a/docs/zh-CN/community/release-and-verify/release-verify.md
+++ b/docs/zh-CN/community/release-and-verify/release-verify.md
@@ -30,14 +30,13 @@ under the License.
 
 可以按照以下步骤进行验证:
 
-1. [ ] 下载链接是否合法。
-2. [ ] 校验值和 PGP 签名是否合法。
-3. [ ] 是否包含 DISCLAIMER 或 DISCLAIMER-WIP 文件。
-4. [ ] 代码是否和当前发布版本相匹配。
-5. [ ] LICENSE 和 NOTICE 文件是否正确。
-6. [ ] 所有文件都携带必要的协议说明。
-7. [ ] 在源码包中不包含已经编译好的内容。
-8. [ ] 编译是否能够顺利执行。
+1. [ ] 下载链接合法。
+2. [ ] 校验值和 PGP 签名合法。
+3. [ ] 代码和当前发布版本相匹配。
+4. [ ] LICENSE 和 NOTICE 文件正确。
+5. [ ] 所有文件都携带必要的协议说明。
+6. [ ] 在源码包中不包含已经编译好的内容。
+7. [ ] 编译能够顺利执行。
 
 这里我们以 Doris Core 版本的验证为例。其他组件注意修改对应名称。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to