Skip to content

Commit

Permalink
RELEASING.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 4, 2025
1 parent 1c3f161 commit efc8e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1. Commit the changes (Cargo.lock will change too) with comment `vX.Y.Z`.
1. Run `git tag vX.Y.Z`
1. Run `git push upstream`
1. Run `git push --tags upstream`
1. Run `git push upstream tag vX.Y.Z`
1. Run `cargo publish -p taskchampion`
1. Bump the patch version in `Cargo.toml` and add the `-pre` suffix. This allows `cargo-semver-checks` to check for changes not accounted for in the version delta.
1. Run `cargo build --release -p taskchampion` again to update `Cargo.lock`
Expand Down

0 comments on commit efc8e9b

Please sign in to comment.