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/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new da4076b Add content about release note in create-a-release page (#206)
da4076b is described below
commit da4076b61659281d28ef2e41c89f2a00d1d762af
Author: Myth <[email protected]>
AuthorDate: Sat Mar 23 15:56:31 2024 +0800
Add content about release note in create-a-release page (#206)
---
community/create-a-release.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/community/create-a-release.md b/community/create-a-release.md
index edfd4c4..9b815ac 100644
--- a/community/create-a-release.md
+++ b/community/create-a-release.md
@@ -280,6 +280,14 @@ docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 --tag
${your_dockerhub_username}/kvrocks:${release_version} --tag
${your_dockerhub_username}/kvrocks:latest . --output "type=registry"
--build-arg MORE_BUILD_ARGS=-j12 --build-arg http_proxy=${your_http_proxy}
--build-arg https_proxy=${your_https_proxy}
```
+## Draft release note
+
+[Draft a new release note](https://github.com/apache/kvrocks/releases/new).
+
+You should choose the current release candidate tag. GitHub can automatically
generate the content of release note, but you need to group it.
+
+For some important content, highlight it at the beginning.
+
## Voting
### Kvrocks community vote
@@ -399,6 +407,12 @@ If you don't have the permission, you can ask someone with
access to apache org
:::
+### Publish release note
+
+Edit the title of the draft release note and use the new ${release_version}
tag, which github will create automatically.
+
+Then, publish release.
+
### Update website links
Update [releases data
file](https://github.com/apache/kvrocks-website/blob/main/src/components/Releases/index.tsx).