cargo-release

Automate Rust crate releases with version bumping and publishing

brewmacoslinux
Try with needOr install directly
Source

About

Cargo subcommand `release`: everything about releasing a rust crate

Commands

cargo-release

Examples

Release a crate with automatic version bump and git tag$ cargo release
Perform a dry-run to preview release steps without making changes$ cargo release --dry-run
Release with a specific version number$ cargo release --bump minor