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

commit 210109495d34aedb13e26a689c62b0e8b1680a40
Author: ken.lj <ken.lj...@gmail.com>
AuthorDate: Thu Aug 23 17:02:22 2018 +0800

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

diff --git a/blog/en-us/prepare-an-apache-release.md 
b/blog/en-us/prepare-an-apache-release.md
index 67b1ca9..8dff188 100644
--- a/blog/en-us/prepare-an-apache-release.md
+++ b/blog/en-us/prepare-an-apache-release.md
@@ -218,16 +218,16 @@ The verification link includes but is not limited to the 
following contents and
 
 1. Check signatures and hashes are good
 ```sh
-shasum -c dubbo-incubating-${release_version}-source-release.zip.sha512
-shasum -c dubbo-incubating-${release_version}-bin-release.zip.sha512
+shasum -c apache-dubbo-incubating-${release_version}-source-release.zip.sha512
+shasum -c apache-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
+gpg2 --verify 
apache-dubbo-incubating-${release_version}-source-release.zip.asc 
apache-dubbo-incubating-${release_version}-source-release.zip
 ```
 
-2. Unzip dubbo-incubating-${release_version}-source-release.zip to the default 
directory and check the following:
+2. Unzip apache-dubbo-incubating-${release_version}-source-release.zip to the 
default directory and check the following:
 
 - Directory with 'incubating' in name
-  `dubbo-incubating-${release_version}-bin-release`
+  `apache-dubbo-incubating-${release_version}-bin-release`
   
 - DISCLAIMER exists
 
@@ -249,7 +249,7 @@ gpg2 --verify dubbo-incubating-2.6.2-source-release.zip.asc 
dubbo-incubating-2.6
 
 - 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:
+3. Unzip apache-dubbo-incubating-${release_version}-bin-release.zip and check:
 * 'incubating' in name
 * LICENSE and NOTICE exists and contents are good
 

Reply via email to