cz bump
with a breaking change after an RC does not automatically increase the major version
#757
Labels
cz bump
with a breaking change after an RC does not automatically increase the major version
#757
Description
Trying to bump in the following repo structure:
cz bump
correctly detects that there is a major version increase but doesn't actually do it. This looks like a bug.Steps to reproduce
cz bump
with a breaking change on top of the last bugfix rc tagCurrent behavior
Says it's a major increment, but just releases the rc: v0.5.1rc0 -> v0.5.1
Desired behavior
Release the next major version: v0.5.1rc0 -> v1.0.0
Screenshots
No response
Environment
CZ configuration:
The text was updated successfully, but these errors were encountered: