| Crates.io | cargo-check-tag |
| lib.rs | cargo-check-tag |
| version | 0.1.0 |
| created_at | 2025-07-04 16:57:13.913432+00 |
| updated_at | 2025-07-04 16:57:13.913432+00 |
| description | Cargo extension to check that the Git tag in CI matches the crate version |
| homepage | |
| repository | https://github.com/wlcx/cargo-check-tag |
| max_upload_size | |
| id | 1738210 |
| size | 20,213 |
A trivial cargo extension for CI workflows to check that the cargo manifest version matches the git tag you've just pushed
v prefixGITHUB_REF env var)In your CI workflow:
cargo install cargo-check-tagcargo check-tagcargo publish