- Update dependencies:
cargo update --workspace- Run the tests:
cargo test-
Update the version number in
Cargo.toml. -
Review the man page (verify the version number matches
Cargo.toml):
cargo build
make show-man- Commit and merge the version bump on a branch, then tag on
main:
git add -A && git commit -m "<version>"After the branch is merged:
git tag <version>
git push --tags- Publish to crates.io:
cargo publish- Update the Homebrew formula in the
homebrew-taprepository.