Update CONTRIBUTING.md

This commit is contained in:
Floyd Wang 2025-10-24 11:38:18 +08:00
parent 73362c59da
commit 9bbb603aae

View file

@ -111,7 +111,7 @@ When we are ready to release a new version, please follow the steps below:
cargo set-version x.y.z 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. 3. Create a new git tag with the version `vx.y.z` and push `main` branch and the tag to remote.
```bash ```bash