crate-ci/cargo-release
Cargo subcommand `release`: everything about releasing a rust crate. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 27.5
- age_days: 3829
- days_rel: 22
- days_push: 13
- n_releases_24m: 17
Adoption not part of the score
1588 stars · 137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cargo-release is a Cargo subcommand that streamlines releasing Rust crates by extending `cargo publish` with validation, version bumping, tagging, and pushing. It supports Cargo workspaces, change detection, changelog updates, and customizable pre-release hooks, with a safe dry-run mode by default.
Use cases
- publish a rust crate to crates.io with version bump and git tag
- release all crates in a cargo workspace with dependent version updates
- automate changelog version updates before publishing
- validate a repo is clean and on the right branch before releasing
- dry-run a release to preview publish, tag, and push steps
- run custom pre-release hooks like changelog generation
When to choose
- you maintain Rust crates and want a repeatable release workflow
- you manage multi-crate workspaces needing coordinated version bumps
- you want validation, tagging, and pushing bundled with cargo publish
When to avoid
- you release non-Rust packages
- you want fully automated releases driven by CI from merged PRs (consider release-plz)
- you need to use it as a stable library dependency (API compatibility is not tracked)
Facets
cli-tool · maturity stable
build-tool developer-tools version-control ci-cd developer-tools version-control cli cross-platform rust cargo-subcommand rust release-automation publishing workspace-support semver automation command-line
2 sources
- readme: https://github.com/crate-ci/cargo-release · fetched 2026-08-28 · d6380de77450
- registry_crates: https://crates.io/api/v1/crates/cargo-release · fetched 2026-08-29 · d4cd0b18c8fa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| crate-ci/cargo-release | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="crate-ci/cargo-release")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem