From 9bbb603aae6c8dc398a87fc7acd75a7bd8460bef Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Fri, 24 Oct 2025 11:38:18 +0800 Subject: [PATCH] Update `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14dab31a..bbad805b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -111,7 +111,7 @@ When we are ready to release a new version, please follow the steps below: cargo set-version x.y.z ``` -2. Git Commit the changes with message `chore: Release vx.y.z`. +2. Git Commit the changes with message `Bump vx.y.z`. 3. Create a new git tag with the version `vx.y.z` and push `main` branch and the tag to remote. ```bash