We can use Release-plz to perform automatic crate releases and version bumps. The tool is especially if we pair it with conventional commits, since it would automatically generate changelogs based on commit descriptions thanks to git-cliff. Another included feature that I like is automatic semver checks via cargo-semver-checks but I don't think that's available for binary crates.
We can use Release-plz to perform automatic crate releases and version bumps. The tool is especially if we pair it with conventional commits, since it would automatically generate changelogs based on commit descriptions thanks to git-cliff. Another included feature that I like is automatic semver checks via cargo-semver-checks but I don't think that's available for binary crates.