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

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d6e6e82  chore: fix release guide since doc layout changed (#238)
d6e6e82 is described below

commit d6e6e82d8d64d7d62dc45592c78836420ac1bfe8
Author: Shuyang Wu <[email protected]>
AuthorDate: Wed Mar 3 19:01:54 2021 +0800

    chore: fix release guide since doc layout changed (#238)
---
 website/docs/general/release-guide.md | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/website/docs/general/release-guide.md 
b/website/docs/general/release-guide.md
index 9c6fbba..01de724 100644
--- a/website/docs/general/release-guide.md
+++ b/website/docs/general/release-guide.md
@@ -248,7 +248,7 @@ Committed revision 37435.
 
 ### Send VOTE thread to the dev mailing list
 
-There is a minimum wait of 72 hours before statistical voting results. If you 
get -1 vote, you need to solve the problem before you can continue. The 
reference email is as shown below.
+There is a minimum wait of 72 hours before statistical voting results. If you 
get -1 vote, you need to solve the problem before you can continue. An email 
example is as shown below.
 
 ```
 Hello, Community,
@@ -256,19 +256,19 @@ This is a call for the vote to release Apache APISIX 
version 2.0.
 
 Release notes:
 
-https://github.com/apache/apisix/blob/2.0/CHANGELOG.md#200
+https://github.com/apache/apisix/blob/2.4/CHANGELOG.md#240
 
 The release candidates:
 
-https://dist.apache.org/repos/dist/dev/apisix/2.0/
+https://dist.apache.org/repos/dist/dev/apisix/2.4/
 
 Git tag for the release:
 
-https://github.com/apache/apisix/tree/2.0
+https://github.com/apache/apisix/tree/2.4
 
 Release Commit ID:
 
-https://github.com/apache/apisix/commit/79be83dd8adfbd5a1d98e0685c5db67166adac3f
+https://github.com/apache/apisix/commit/b94d3fc3b298df593ba6fe5c7b285768b567991e
 
 Keys to verify the Release Candidate:
 
@@ -278,33 +278,30 @@ Steps to validating the release:
 
 1. Download the release
 
-wget
-https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz
+wget 
https://dist.apache.org/repos/dist/dev/apisix/2.4/apache-apisix-2.4-src.tgz
 
 
 2. Checksums and signatures
 
 wget https://dist.apache.org/repos/dist/dev/apisix/KEYS
 
-wget
-https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.asc
+wget 
https://dist.apache.org/repos/dist/dev/apisix/2.4/apache-apisix-2.4-src.tgz.asc
 
-wget
-https://dist.apache.org/repos/dist/dev/apisix/2.0/apache-apisix-2.0-src.tgz.sha512
+wget 
https://dist.apache.org/repos/dist/dev/apisix/2.4/apache-apisix-2.4-src.tgz.sha512
 
 gpg --import KEYS
 
-shasum -c apache-apisix-2.0-src.tgz.sha512
+shasum -c apache-apisix-2.4-src.tgz.sha512
 
-gpg --verify apache-apisix-2.0-src.tgz.asc apache-apisix-2.0-src.tgz
+gpg --verify apache-apisix-2.4-src.tgz.asc apache-apisix-2.4-src.tgz
 
 3. Unzip and Check files
 
-tar zxvf apache-apisix-2.0-src.tgz
+tar zxvf apache-apisix-2.4-src.tgz
 
 4. Build Apache APISIX:
 
-https://github.com/apache/apisix/blob/2.0/doc/how-to-build.md#installation-via-source-release
+https://github.com/apache/apisix/blob/release/2.4/docs/en/latest/how-to-build.md#installation-via-source-release
 
 The vote will be open for at least 72 hours or until necessary number of
 votes are reached.

Reply via email to