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/29 06:39:30 UTC

[incubator-dubbo-website] branch asf-site updated: fix error in release guide

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 e5d5340  fix error in release guide
e5d5340 is described below

commit e5d53400dcd3cf4eeda09983900ee52556959843
Author: ken.lj <ke...@gmail.com>
AuthorDate: Wed Aug 29 14:39:18 2018 +0800

    fix error in release guide
---
 blog/en-us/prepare-an-apache-release.md | 2 +-
 blog/zh-cn/prepare-an-apache-release.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/blog/en-us/prepare-an-apache-release.md b/blog/en-us/prepare-an-apache-release.md
index 8401b28..8fc4ef6 100644
--- a/blog/en-us/prepare-an-apache-release.md
+++ b/blog/en-us/prepare-an-apache-release.md
@@ -261,7 +261,7 @@ $ shasum -c apache-dubbo-incubating-${release_version}-bin-release.zip.sha512
 
 - Release candidates match with corresponding tags, you can find tag link and hash in vote email.
   - check the version number in pom.xml are the same
-  - check there are no extra files or directories in the source package, such no empty directories or useless log files.  
+  - check there are no extra files or directories in the source package, for example, no empty directories or useless log files.  
     `diff -r a rc_dir tag_dir`
   - check the top n tag commits, dive into the related files and check if the source package has the same changes
 
diff --git a/blog/zh-cn/prepare-an-apache-release.md b/blog/zh-cn/prepare-an-apache-release.md
index ea9d460..da619fc 100644
--- a/blog/zh-cn/prepare-an-apache-release.md
+++ b/blog/zh-cn/prepare-an-apache-release.md
@@ -259,7 +259,7 @@ $ shasum -c apache-dubbo-incubating-${release_version}-bin-release.zip.sha512
 
 - Release candidates match with corresponding tags, you can find tag link and hash in vote email.
   - check the version number in pom.xml are the same
-  - check there are no extra files or directories in the source package, such no empty directories or useless log files.  
+  - check there are no extra files or directories in the source package, for example, no empty directories or useless log files.  
     `diff -r a rc_dir tag_dir`
   - check the top n tag commits, dive into the related files and check if the source package has the same changes