You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/06/13 16:16:02 UTC

[shardingsphere] branch master updated: Update shasum arguments in Release documents (#18344)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 952c1feacb2 Update shasum arguments in Release documents (#18344)
952c1feacb2 is described below

commit 952c1feacb26bc03ea4ea14d9f82b0d5777732c2
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Tue Jun 14 00:15:56 2022 +0800

    Update shasum arguments in Release documents (#18344)
---
 docs/community/content/contribute/release.cn.md | 2 +-
 docs/community/content/contribute/release.en.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/content/contribute/release.cn.md b/docs/community/content/contribute/release.cn.md
index 0438f095f5a..26c08285dac 100644
--- a/docs/community/content/contribute/release.cn.md
+++ b/docs/community/content/contribute/release.cn.md
@@ -306,7 +306,7 @@ svn --username=${APACHE LDAP 用户名} commit -m "release ${RELEASE.VERSION}"
 **检查 sha512 哈希**
 
 ```shell
-shasum -c apache-shardingsphere-${RELEASE.VERSION}-*.sha512
+shasum -c *.sha512
 ```
 
 **检查 gpg 签名**
diff --git a/docs/community/content/contribute/release.en.md b/docs/community/content/contribute/release.en.md
index 05964562e63..7f6730349a0 100644
--- a/docs/community/content/contribute/release.en.md
+++ b/docs/community/content/contribute/release.en.md
@@ -310,7 +310,7 @@ svn --username=${APACHE LDAP username} commit -m "release ${RELEASE.VERSION}"
 **Check sha512 hash**
 
 ```shell
-shasum -c apache-shardingsphere-${RELEASE.VERSION}-*.sha512
+shasum -c *.sha512
 ```
 
 **Check gpg Signature**