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 88954286 Update release definitions in create-a-release.md (#333)
88954286 is described below
commit 88954286df4682eaffdfd02c56ebc309042721de
Author: Twice <[email protected]>
AuthorDate: Wed Nov 5 23:38:23 2025 +0800
Update release definitions in create-a-release.md (#333)
Clarified definitions for Feature and Patch Releases.
---
community/create-a-release.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/create-a-release.md b/community/create-a-release.md
index 9fb9063a..d64c9ce2 100644
--- a/community/create-a-release.md
+++ b/community/create-a-release.md
@@ -45,8 +45,8 @@ The Release Proposal should include at least the following:
- A deadline for cherry-picking period (only applicable to Feature Releases)
Where:
-Feature Release: Typically denoted as `X.Y.0`, this type of release introduces
new features along with other enhancements and bug fixes.
-Patch Release: Usually represented as `X.Y.Z`, this type of release is based
on the version `X.Y.0` and includes only bug-fix patches without any new
features.
+- Feature Release: Typically denoted as `X.Y.0`, this type of release
introduces new features along with other enhancements and bug fixes.
+- Patch Release: Usually represented as `X.Y.Z`, this type of release is based
on the version `X.Y.0` and includes only bug-fix patches without any new
features.
### Create the release branch