#cargo #cargo-subcommand #version #process #workspace #tags #commit

bin+lib cargo-release

Cargo subcommand for you to smooth your release process

122 releases

0.25.6 Feb 27, 2024
0.25.4 Jan 17, 2024
0.25.1 Dec 27, 2023
0.25.0 Nov 1, 2023
0.2.1 Mar 17, 2016

#21 in Cargo plugins

Download history 719/week @ 2023-11-26 729/week @ 2023-12-03 958/week @ 2023-12-10 659/week @ 2023-12-17 716/week @ 2023-12-24 900/week @ 2023-12-31 1591/week @ 2024-01-07 1314/week @ 2024-01-14 739/week @ 2024-01-21 1050/week @ 2024-01-28 901/week @ 2024-02-04 982/week @ 2024-02-11 977/week @ 2024-02-18 1326/week @ 2024-02-25 987/week @ 2024-03-03 285/week @ 2024-03-10

3,624 downloads per month
Used in 17 crates

MIT/Apache

220KB
5.5K SLoC

cargo release

Features

  • Ensure you are in a good state for release, including:
    • Right branch
    • Up-to-date with remote
    • Clean tree
  • Supports workspaces using cargo's native flags, like --workspace, --exclude and --package
    • Updates dependent crates in workspace when changing version
    • Change detection to help guide in what crates might not need a release
    • Optionally share commits
  • Handles cargo publish, tagging, and pushing
  • Pre-release search and replace for custom version updates, including
  • Pre-release hook for extra customization, including

Install

Current release: 0.25.6

$ cargo install cargo-release

Usage

$ cargo release [level]
  • See the reference for more on level, other CLI arguments, and configuration file format.
  • See also the FAQ for help in figuring out how to adapt cargo-release to your workflow.

Prerequisite

  • Your project should be managed by git.

Dry run

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

  • Increase the logging level with each additional -v to get more details
  • Speed up dry-run by skipping cargo-publishs verify step with --no-verify

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

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.

Dependencies

~26–44MB
~774K SLoC