You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/07/18 06:02:23 UTC

[rocketmq-site] branch master updated: Fix the command to generate 'asc' file (#158)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 428f191a Fix the command to generate 'asc' file (#158)
428f191a is described below

commit 428f191a6ff3131e03320e9b63bec5ea273f88fa
Author: Aaron Ai <ya...@alibaba-inc.com>
AuthorDate: Mon Jul 18 14:02:19 2022 +0800

    Fix the command to generate 'asc' file (#158)
---
 _docs/08-release-manual.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index 22c82101..347f7412 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -110,8 +110,8 @@ build source and binary file by <a href="https://rocketmq.apache.org/docs/quick-
 
 - sign files(generate `asc` file)
 ```
-gpg --clearsign rocketmq-all-x1.x2.x3-bin-release.zip
-gpg --clearsign rocketmq-all-x1.x2.x3-source-release.zip
+gpg -ab rocketmq-all-x1.x2.x3-bin-release.zip
+gpg -ab rocketmq-all-x1.x2.x3-source-release.zip
 ```
 - generate hash(generate `sha512` file)
 ```