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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 45bdde1  Add and modify the release download link example link #895 
(#896)
45bdde1 is described below

commit 45bdde1ccf5b1d0e8d19988e75994c2ce28b9286
Author: 肖恒 <[email protected]>
AuthorDate: Mon Aug 23 13:07:55 2021 +0800

    Add and modify the release download link example link #895 (#896)
---
 content/zh/contribution-guidelines/committer/release-guide_dev.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/contribution-guidelines/committer/release-guide_dev.md 
b/content/zh/contribution-guidelines/committer/release-guide_dev.md
index dbb2472..3e40632 100644
--- a/content/zh/contribution-guidelines/committer/release-guide_dev.md
+++ b/content/zh/contribution-guidelines/committer/release-guide_dev.md
@@ -431,7 +431,7 @@ The Apache Dubbo Team
 3. 
删除[release](https://dist.apache.org/repos/dist/release/dubbo)目录下上一个版本的发布包,这些包会被自动保存在[这里](https://archive.apache.org/dist/dubbo)
 4. 发布GitHub上的[release notes](https://github.com/apache/dubbo/releases)
 5. 修改GitHub的Readme文件,将版本号更新到最新发布的版本
-6. 
在官网下载[页面](http://dubbo.apache.org/en-us/blog/download.html)上添加最新版本的下载链接。最新的下载链接应该类似[这样](https://www.apache.org/dyn/closer.cgi?path=dubbo/$VERSION/apache-dubbo-$VERSION-source-release.zip).
 
同时更新以前版本的下载链接,改为类似[这样](https://archive.apache.org/dist/dubbo/$VERSION/apache-dubbo-$VERSION-bin-release.zip).
 
具体可以参考过往的[下载链接](https://github.com/apache/dubbo-website/blob/asf-site/blog/en-us/download.md)
+6. 
在官网下载[页面](http://dubbo.apache.org/en-us/blog/download.html)上添加最新版本的下载链接。最新的下载链接应该类似[这样](https://www.apache.org/dyn/closer.cgi?path=dubbo/$VERSION/apache-dubbo-$VERSION-source-release.zip).
 
同时更新以前版本的下载链接,改为类似[这样](https://archive.apache.org/dist/dubbo/$VERSION/apache-dubbo-$VERSION-bin-release.zip).
 
具体可以参考过往的[下载链接](https://github.com/apache/dubbo-website/blob/asf-site/blog/en-us/download.md)
 [可以参考] (https://github.com/apache/dubbo-website/pull/887)
 7. 合并`${release-version}-release`分支到对应的主干分支, 然后删除相应的release分支,例如: `git push 
origin --delete 2.7.0-release`
 8. 发邮件到 `[email protected]`
 宣布release邮件模板: 

Reply via email to