Skip to content

Commit

Permalink
Fix incomplete release instructions in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
anelson committed Jul 19, 2023
1 parent 07cb26f commit 4f3f520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ the `release.toml` file. To perform a release, check out `master` and do the f
- `cargo release` will make two commits in your local repo, one making a new release tagged with `vX.Y.Z` where X, Y,
and Z are the semver components of the new release, and it will also update `master` with a new `-dev` version that is
one patch level higher than the released version.
- To actually perform the release, do a `git push --tags` to push all of the changes made by `cargo-release`
- To actually perform the release, do a `git push && git push --tags` to push all of the changes made by `cargo-release`
- Monitor the progress of the release activites in Github Actions. Sometimes these fail and then it's a huge PITA since
you in effect need to undo the release (if the failure happened before the publish to crates.io), or yank the
crates.io release and make a new patch release which hopefully fixes the problem.
Expand Down

0 comments on commit 4f3f520

Please sign in to comment.