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 60cbf4c Update verify method
60cbf4c is described below
commit 60cbf4c6eab81fd0104068ff3cf0b13e8f89379b
Author: ShannonDing <[email protected]>
AuthorDate: Fri Mar 29 10:33:31 2019 +0800
Update verify method
---
_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 3bb0f51..1f45f27 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -165,8 +165,8 @@ Please follow the steps below to verify the checksums and
PGP signatures:
3. Compare SHA512 hash generated by the below command with the downloaded hash
files.
```shell
- gpg --print-mds rocketmq-all-%version-number%-source-release.zip
- gpg --print-mds rocketmq-all-%version-number%-bin-release.zip
+ gpg --print-md SHA512 rocketmq-all-%version-number%-source-release.zip
+ gpg --print-md SHA512 rocketmq-all-%version-number%-bin-release.zip
```
## 5. Release the Staging Artifacts