You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/14 12:31:06 UTC

[GitHub] [inlong-website] EMsnap opened a new pull request, #559: [INLONG-549][Bug] fix release doc bug on release-1.3.0

EMsnap opened a new pull request, #559:
URL: https://github.com/apache/inlong-website/pull/559

   - Fixes #549 
   
   ### Motivation
   
   [INLONG-549][Bug] fix release doc bug on release-1.3.0
   
   ### Modifications
   
   [INLONG-549][Bug] fix release doc bug on release-1.3.0
   
   ### Verifying this change
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] dockerzhang merged pull request #559: [INLONG-551][Doc] Update release doc and fix bugs

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #559:
URL: https://github.com/apache/inlong-website/pull/559


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] dockerzhang commented on a diff in pull request #559: [INLONG-551][Doc] Update release doc and fix bugs

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on code in PR #559:
URL: https://github.com/apache/inlong-website/pull/559#discussion_r972571927


##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -405,7 +405,8 @@ svn delete https://dist.apache.org/repos/dist/release/inlong/${last_release_vers
 ### 更新官网链接
 
 ### 发ANNOUNCE邮件,主送 `dev@inlong.apache.org`,抄送 `announce@apache.org`
-**请确保6.4中的仓库已发布成功,一般是在6.4后的24小时后发布邮件** 
+**请确保6.4中的仓库已发布成功,一般是在6.4后的24小时后发布邮件**
+**确保已经发布成功的方式为登陆 https://downloads.apache.org/inlong/${release-version}/ 查看是否有安装包**

Review Comment:
   **确保已经发布成功的方式为登陆 https://downloads.apache.org/inlong/${release-version}/ 查看是否有安装包**
   ->
   登陆 https://downloads.apache.org/inlong/${release-version}/ 查看是否有安装包**



##########
community/how-to-release.md:
##########
@@ -31,7 +31,8 @@ $ gpg --version #check the version, should be 2.x
 ### Generate gpg Key
 #### Attentions:
 - Name is best to keep consistent with your full name of Apache ID
-- Email should be the Apache email
+- The mailbox used must be an apache mailbox, it is recommended to check all keys with gpg -k first
+- Make sure that there is only one key, and delete the keys of other spare mailboxes first

Review Comment:
   no this restriction?



##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -29,7 +29,7 @@ $ gpg --version #检查版本,应该为2.x
 ### 生成 gpg Key
 #### 需要注意以下几点:
 - 输入名字时最好与 Apache 中登记的 Full name 保持一致
-- 使用的邮箱应该是 apache 邮箱
+- 使用的邮箱必须是 apache 邮箱,建议先 gpg -k 查看所有 key, 确保只有一个 key,多余的其他邮箱的 key 先删除

Review Comment:
   ',多余的其他邮箱的 key 先删除' no this restriction.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org