Home

Awesome

cargo release

Features

Install

Current release: 0.25.10

$ cargo install cargo-release

Usage

$ cargo release [level]

Prerequisite

Dry run

By default, cargo-release runs in dry-run mode so you can safely run it and verify what it will do.

Once you are ready, pass the --execute flag.

Related tools

Semver Compatibility

cargo-release's versioning tracks compatibility for the binaries, not the API. We upload to crates.io to distribute the binary. If using this as a library, be sure to pin the version with a = version requirement operator.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.