You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To release a new version:
23
23
24
24
* Update the version string in `Cargo.toml`.
25
25
* 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`.
27
27
* Tag the previous commit with the version number (`git tag v1.2.3`).
28
28
* Push the commit to Github.
29
29
* Run `cargo publish` to publish the code to `crates.io`.
0 commit comments