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

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


The following commit(s) were added to refs/heads/dev by this push:
     new f67e55f4 [Improve] Update How-to-release.md (#373)
f67e55f4 is described below

commit f67e55f42ff214e9ce89c4225e9d56fd6860e6a7
Author: lvshaokang <[email protected]>
AuthorDate: Mon May 13 10:24:37 2024 +0800

    [Improve] Update How-to-release.md (#373)
---
 community/release/How-to-release.md                        |  6 +++---
 .../current/release/How-to-release.md                      | 14 +++++++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/community/release/How-to-release.md 
b/community/release/How-to-release.md
index 916a9d51..f2b99297 100644
--- a/community/release/How-to-release.md
+++ b/community/release/How-to-release.md
@@ -404,9 +404,9 @@ apache-streampark_2.12-2.1.0-incubating-bin.tar.gz: OK
 
 ```shell
 # Check out the dev directory of the Apache SVN warehouse to the 
streampark_svn_dev directory under dist in the root directory of the Apache 
StreamPark project
-svn co https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
+# svn co https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
 
-svn co --depth empty 
https://dist.apache.org/repos/dist/dev/incubator/streampark
+svn co --depth empty 
https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
 ```
 
 Create a version number directory and name it in the form of 
${release_version}-${RC_version}. RC_version starts from 1, that is, the 
candidate version starts from RC1. During the release process, there is a 
problem that causes the vote to fail. If it needs to be corrected, it needs to 
iterate the RC version , the RC version number needs to be +1. For example: 
Vote for version 2.1.0-RC1. If the vote passes without any problems, the RC1 
version material will be released as the final versi [...]
@@ -596,7 +596,7 @@ More detailed checklist please refer:
 
 Steps to validate the release, Please refer to:
 • https://www.apache.org/info/verification.html
-• https://streampark.apache.org/community/release/how-to-verify
+• https://streampark.apache.org/community/release/how_to_verify_release
 
 
 How to Build:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
index d22b9780..55b142a5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release/How-to-release.md
@@ -116,6 +116,14 @@ $ gpg --keyserver keyserver.ubuntu.com --send-key 584EE68E
 # Among them, keyserver.ubuntu.com is the selected keyserver, it is 
recommended to use this, because the Apache Nexus verification uses this 
keyserver
 ```
 
+配置 gnupg 使用标准 DNS 解析:
+```shell
+# resolves common "gpg: keyserver receive failed: Network is unreachable" and 
+# "gpg: keyserver receive failed: No keyserver available" errors
+echo "standard-resolver" >  ~/.gnupg/dirmngr.conf
+sudo pkill dirmngr
+```
+
 #### 2.3 检查密钥是否创建成功
 
 验证是否已经同步到公共网络,需要一分钟左右才能知道答案,如果不成功,您可以多次上传并重试。
@@ -396,9 +404,9 @@ apache-streampark_2.12-2.1.0-incubating-bin.tar.gz: OK
 
 ```shell
 # 检出Apache SVN仓库中的dev目录到Apache StreamPark™项目根目录下的dist/streampark_svn_dev目录下
-svn co https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
+# svn co https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
 
-svn co --depth empty 
https://dist.apache.org/repos/dist/dev/incubator/streampark
+svn co --depth empty 
https://dist.apache.org/repos/dist/dev/incubator/streampark 
dist/streampark_svn_dev
 ```
 
 
创建一个版本号目录,并以${release_version}-${RC_version}的形式命名。RC_version从1开始,即候选版本从RC1开始。在发布过程中,如果出现导致投票失败的问题,需要进行修正,那么RC版本需要迭代,RC版本号需要+1。例如:为版本2.1.0-RC1投票。如果投票顺利通过,那么RC1版本的资料将作为最终版本的资料发布。如果出现问题(当streampark/incubator社区进行投票时,投票者会严格检查各种发布要求和合规问题)并需要纠正,那么修正后重新启动投票,下一次的候选版本为2.1.0-RC2。
@@ -486,7 +494,7 @@ More detail checklist please refer:
 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
 
 Steps to validate the release,Please refer to:
-https://streampark.apache.org/community/release/how-to-verify
+https://streampark.apache.org/community/release/how_to_verify_release
 
 How to Build:
 

Reply via email to