This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 27e19f0 Update release process blog
27e19f0 is described below
commit 27e19f05ad790937410993dad13dc8d83c8d0ac6
Author: ken.lj <[email protected]>
AuthorDate: Mon Oct 8 13:30:08 2018 +0800
Update release process blog
---
blog/zh-cn/prepare-an-apache-release.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/blog/zh-cn/prepare-an-apache-release.md
b/blog/zh-cn/prepare-an-apache-release.md
index 82fb5d0..fe21d17 100644
--- a/blog/zh-cn/prepare-an-apache-release.md
+++ b/blog/zh-cn/prepare-an-apache-release.md
@@ -321,7 +321,10 @@ The Apache Dubbo (Incubating) Team
## 正式发布
1. 提交 https://dist.apache.org/repos/dist/dev/incubator/dubbo 目录下的发布包到
https://dist.apache.org/repos/dist/release/incubator/dubbo/
,完成正式发布(KEYS有更新的,也需要同步发布)。
-2. 发邮件到 [email protected] 和 [email protected] ,通知社区发布完成。
+2. 发邮件到 [email protected] 和 [email protected],通知社区发布完成。
+3. 在Github上发布[release
notes](https://github.com/apache/incubator-dubbo/releases)。
+4.
更新[Github](https://github.com/apache/incubator-dubbo#maven-dependency)上的推荐依赖到最新版本。
+5. 在[官网](http://dubbo.apache.org/)发布公告,宣布版本发布成功。
## 完成Maven Convenient Binary发布(可选)