enable cargo-semver-checks, try 2#3586
Conversation
|
Looks like this is behaving as expected; the only question IMO is do we go for |
From cargo-semver-checks' point of view, those should be the same (if they are not, please let me know or open an issue). So it's entirely your call. At some point, I'm hoping to have a "proper" PR-oriented cargo-semver-checks action as well. The current one is designed to be put right before |
|
That makes sense, I can see how on a non-release workflow this is still more of a lint. Also I suspect that once I've bumped the version on main, the This will still be immensely helpful on maintenance release PRs to give me confidence that the stuff I've cherry-picked is not semver-breaking! I'm going to go for |
Exactly right! Another thing that would be solved with a PR-centric workflow. |
Closes #2984
Many thanks @obi1kenobi for completing support of
#[doc(hidden)]incargo-semver-checks; I tested on 0.17, 0.18 and 0.19 branches and the good news is that all our releases there were semver compliant 🚀(I didn't try older branches 😂)