Closed
Description
I'd like to automate tagging of minor and patch releases.
However new major releases should have some devrel thought applied (for example, migration docs for breaking changes).
Also it's too easy to accept someone's PR without noticing a BREAKING CHANGE comment and accidentally ship a major release. This is bad since semver rules say you're now committed to that mistake.
At minimum it would be nice to have an output like new-tag-major
that is true when the major version was incremented (https://github.com/smlx/ccv/blob/main/ccv.go#L119 )
Metadata
Assignees
Labels
No labels