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:37:06 UTC

[incubator-dubbo-website] branch asf-site updated: update english version of 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 ca7b73a  update english version of release guide
ca7b73a is described below

commit ca7b73a1da23b05e26ac4e2f796eed845ce79907
Author: ken.lj <ke...@gmail.com>
AuthorDate: Wed Aug 29 14:36:52 2018 +0800

    update english version of release guide
---
 blog/en-us/prepare-an-apache-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/en-us/prepare-an-apache-release.md b/blog/en-us/prepare-an-apache-release.md
index c193906..8401b28 100644
--- a/blog/en-us/prepare-an-apache-release.md
+++ b/blog/en-us/prepare-an-apache-release.md
@@ -228,7 +228,7 @@ $ shasum -c apache-dubbo-incubating-${release_version}-bin-release.zip.sha512
    $ curl https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS >> KEYS # download public keys to local directory
    $ gpg --import KEYS # import keys
    $ gpg —edit-key liujun
-     > trust # 输入trust子命令
+     > trust # type trust command
    ```
    * Now, you can verify signature with command
    ```