Update CONTRIBUTING.md
This commit is contained in:
parent
73362c59da
commit
9bbb603aae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue