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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 184f25faa7 Remove checksum generation in release step (#965)
184f25faa7 is described below

commit 184f25faa73ebbc5a7749d3883e0461f8559a7f7
Author: 吴伟杰 <[email protected]>
AuthorDate: Thu Aug 24 11:14:06 2023 +0800

    Remove checksum generation in release step (#965)
    
    https://github.com/apache/shenyu/pull/5049
---
 community/8-release-guide.md                        | 21 ++++-----------------
 .../current/8-release-guide.md                      | 21 ++++-----------------
 2 files changed, 8 insertions(+), 34 deletions(-)

diff --git a/community/8-release-guide.md b/community/8-release-guide.md
index 6553fae9a7..0ff91b47e8 100644
--- a/community/8-release-guide.md
+++ b/community/8-release-guide.md
@@ -209,25 +209,12 @@ cd ~/svn_release/dev/
 svn --username=${LDAP ID} co https://dist.apache.org/repos/dist/dev/shenyu
 mkdir -p ~/svn_release/dev/shenyu/${PUBLISH.VERSION}
 cd ~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
 ```
 
-**3. Adding hashes**
-
-Follow [Requirements for cryptographic signatures and 
checksums](https://infra.apache.org/release-distribution#sigs-and-sums) [7] 
instructions.
-
-```shell
-shasum -a 512 apache-shenyu-${PUBLISH.VERSION}-src.zip > 
apache-shenyu-${PUBLISH.VERSION}-src.zip.sha512
-shasum -b -a 512 apache-shenyu-${PUBLISH.VERSION}-bootstrap-bin.tar.gz > 
apache-shenyu-${PUBLISH.VERSION}-bootstrap-bin.tar.gz.sha512
-shasum -b -a 512 apache-shenyu-${PUBLISH.VERSION}-admin-bin.tar.gz > 
apache-shenyu-${PUBLISH.VERSION}-admin-bin.tar.gz.sha512
-```
-
-**4. Submit the new release**
+**3. Submit the new release**
 
 ```shell
 cd ~/svn_release/dev/shenyu
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
index 9dc0529309..5c0b467c54 100755
--- 
a/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs-community/current/8-release-guide.md
@@ -209,25 +209,12 @@ cd ~/svn_release/dev/
 svn --username=${LDAP ID} co https://dist.apache.org/repos/dist/dev/shenyu
 mkdir -p ~/svn_release/dev/shenyu/${PUBLISH.VERSION}
 cd ~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
-cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz.asc 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-src-dist/target/*.zip* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-bootstrap-dist/target/*.tar.gz* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
+cp -f ~/shenyu/shenyu-dist/shenyu-admin-dist/target/*.tar.gz* 
~/svn_release/dev/shenyu/${PUBLISH.VERSION}
 ```
 
-**3. 添加校验文件**
-
-根据 [Requirements for cryptographic signatures and 
checksums](https://infra.apache.org/release-distribution#sigs-and-sums) [7] 
的说明添加校验文件。
-
-```shell
-shasum -a 512 apache-shenyu-${PUBLISH.VERSION}-src.zip > 
apache-shenyu-${PUBLISH.VERSION}-src.zip.sha512
-shasum -b -a 512 apache-shenyu-${PUBLISH.VERSION}-bootstrap-bin.tar.gz > 
apache-shenyu-${PUBLISH.VERSION}-bootstrap-bin.tar.gz.sha512
-shasum -b -a 512 apache-shenyu-${PUBLISH.VERSION}-admin-bin.tar.gz > 
apache-shenyu-${PUBLISH.VERSION}-admin-bin.tar.gz.sha512
-```
-
-**4. 提交新版本**
+**3. 提交新版本**
 
 ```shell
 cd ~/svn_release/dev/shenyu

Reply via email to