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 41547eb  Update prepare-an-apache-release.md
41547eb is described below

commit 41547eb1a3cd1abf11bb913ade0ec85b27157d02
Author: ken.lj <[email protected]>
AuthorDate: Thu Aug 23 15:16:44 2018 +0800

    Update prepare-an-apache-release.md
---
 blog/zh-cn/prepare-an-apache-release.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/blog/zh-cn/prepare-an-apache-release.md 
b/blog/zh-cn/prepare-an-apache-release.md
index a3684e3..adf8abe 100644
--- a/blog/zh-cn/prepare-an-apache-release.md
+++ b/blog/zh-cn/prepare-an-apache-release.md
@@ -215,8 +215,10 @@
 
 1. Check signatures and hashes are good
 ```sh
-sha512 dubbo-incubating-${release_version}-bin-release.zip.sha512
-sha512 dubbo-incubating-${release_version}-source-release.zip.sha512
+shasum -c dubbo-incubating-${release_version}-source-release.zip.sha512
+shasum -c dubbo-incubating-${release_version}-bin-release.zip.sha512
+gpg2 --keyserver pgpkeys.mit.edu --recv-key 208B0AB1D63011C7
+gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
dubbo-incubating-2.6.2-source-release.zip
 ```
 
 2. Unzip dubbo-incubating-${release_version}-source-release.zip to the default 
directory and check the following:
@@ -244,6 +246,10 @@ sha512 
dubbo-incubating-${release_version}-source-release.zip.sha512
 
 - Release candidates match with corresponding tags, you can find tag link and 
hash in vote email.
 
+3. Unzip dubbo-incubating-${release_version}-bin-release.zip and check:
+* 'incubating' in name
+* LICENSE and NOTICE exists and contents are good
+
 ## 进入投票
 
 投票分两个阶段:

Reply via email to