You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/08/23 07:15:16 UTC

[incubator-dubbo-website] branch asf-site updated: Update prepare-an-apache-release.md

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

commit d66dee8c124a97b02c9a19d5f32120075a58d334
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Aug 23 15:15:14 2018 +0800

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

diff --git a/blog/en-us/prepare-an-apache-release.md b/blog/en-us/prepare-an-apache-release.md
index 9ef68b8..67b1ca9 100644
--- a/blog/en-us/prepare-an-apache-release.md
+++ b/blog/en-us/prepare-an-apache-release.md
@@ -218,8 +218,10 @@ The verification link includes but is not limited to the following contents and
 
 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:
@@ -247,6 +249,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
+
 ## Begin voting
 
 The voting is divided into two phases: