Hi @fredclausen,
I'm wondering if we should look at auto-versioning using something like this: https://crates.io/crates/cargo-bump
This way, we get a new patch release on commit. We can likely manage the major/minor versioning manually - possibly by adding a variable to workflow-dispatch...
Let me know what you think.
Hi @fredclausen,
I'm wondering if we should look at auto-versioning using something like this: https://crates.io/crates/cargo-bump
This way, we get a new patch release on commit. We can likely manage the major/minor versioning manually - possibly by adding a variable to
workflow-dispatch...Let me know what you think.