Skip to content

Commit 6a650f8

Browse files
committed
docs: update CONTRIBUTING.md
1 parent 134ef8c commit 6a650f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To release a new version:
2323

2424
* Update the version string in `Cargo.toml`.
2525
* Update `CHANGELOG.md` and add a new header for the about-to-be-released version. Make sure to keep an empty `[Unreleased]` section header at the top.
26-
* Commit the `CHANGELOG.md` change with a message like `docs: release version v1.2.3`.
26+
* Commit the above changes with a message like `docs: release version v1.2.3`.
2727
* Tag the previous commit with the version number (`git tag v1.2.3`).
2828
* Push the commit to Github.
2929
* Run `cargo publish` to publish the code to `crates.io`.

0 commit comments

Comments
 (0)