This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 90fadb3fc0d0e9d789b69270894b94b5c5ebb2c2 Author: Twice <[email protected]> AuthorDate: Wed Nov 5 23:37:49 2025 +0800 Update release definitions in create-a-release.md 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
