Skip to content

Commit

Permalink
finish releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 1, 2024
1 parent 788fd4f commit a3f7aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Run `git push --tags upstream`
1. Run `(cd taskchampion; cargo publish)`
1. Bump the patch version in `taskchampion/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`
1. Commit that change with comment "Bump to -pre version".
1. Run `git push upstream`
1. Navigate to the tag in the GitHub releases UI and create a release with general comments about the changes in the release

0 comments on commit a3f7aaa

Please sign in to comment.