r-unruh / mtracker

cli movie tracker written in Rust - keep track of watched movies and series
MIT License
4 stars 1 forks source link

Adding Release-plz #9

Open aartoni opened 4 hours ago

aartoni commented 4 hours ago

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.

aartoni commented 4 hours ago

This likely depends on #2.