Inspect the manifest version before tagging a release.
Section: Release recipes
Read current package version
bash
bash
cargo pkgidExplanation
Handy when scripting release steps, though tags are usually managed separately.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Release recipes
Build an optimized release binary
Compile the release artifact for shipping.
Clean before a release build
Rebuild from a clean state for reproducibility.