cargo-check-tag

Crates.iocargo-check-tag
lib.rscargo-check-tag
version0.1.0
created_at2025-07-04 16:57:13.913432+00
updated_at2025-07-04 16:57:13.913432+00
descriptionCargo extension to check that the Git tag in CI matches the crate version
homepage
repositoryhttps://github.com/wlcx/cargo-check-tag
max_upload_size
id1738210
size20,213
Sam W (wlcx)

documentation

README

cargo check-tag 🔎 🏷️

A trivial cargo extension for CI workflows to check that the cargo manifest version matches the git tag you've just pushed

Supports

  • Version tags with or without v prefix
  • Github Actions (via the GITHUB_REF env var)

Usage

In your CI workflow:

  • cargo install cargo-check-tag
  • cargo check-tag
  • cargo publish
Commit count: 0

cargo fmt