This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 49a5c5d update release candidate (#100)
49a5c5d is described below
commit 49a5c5d6c18aa0c495163132393048633303c518
Author: ZENOTME <[email protected]>
AuthorDate: Fri May 5 21:59:07 2023 +0800
update release candidate (#100)
---
community/create-a-release.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/community/create-a-release.md b/community/create-a-release.md
index 1bff3da..de35f88 100644
--- a/community/create-a-release.md
+++ b/community/create-a-release.md
@@ -170,7 +170,7 @@ svn ci -m "add gpg key for YOUR_NAME" # Later on, if you
are asked to enter a us
## Create source releases and stage
1. Checkout to the RELEASE BRANCH and cherry-pick commits to release
-2. Use `./x.py package source --version ${release_version}` to create release
tarball
+2. Use `./x.py package source --version ${release_version} -rc
${candidate_number}` to create release tarball
3. Make sure it compiles good and push tag to GitHub
## Upload artifacts to SVN dist repo
@@ -230,7 +230,7 @@ Hello Apache Kvrocks(incubating) PMC and Community,
This is a call for a vote to release Apache Kvrocks(incubating) version
${release_version}.
- The tag to be voted on is ${release_version}.
+ The tag to be voted on is ${release_version}-rc${candidate_number}.
The release candidate:
@@ -244,7 +244,7 @@ Hello Apache Kvrocks(incubating) PMC and Community,
Git tag for the release:
- https://github.com/apache/incubator-kvrocks/releases/tag/${release_version}
+
https://github.com/apache/incubator-kvrocks/releases/tag/${release_version}-rc${candidate_number}
Docker image:
@@ -343,7 +343,7 @@ https://downloads.apache.org/incubator/kvrocks/KEYS
Git tag for the release:
-https://github.com/apache/incubator-kvrocks/releases/tag/v${release_version}
+https://github.com/apache/incubator-kvrocks/releases/tag/v${release_version}-rc${candidate_number}
Build guide can be found at: