mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
breaking change does not bump major #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ashton on GitHub (Jun 15, 2020).
Hello! I'm using lerna version with --conventional-commits option, and following the description on your website for a breaking change, copying and pasting the same commit message does not generates a major bump:
The changelog is generated correctly with the breaking change section

@mainrs commented on GitHub (Jul 27, 2020):
Shouldn't this go into the repository of the tooling instead of the specification?
@wesleytodd commented on GitHub (Sep 30, 2020):
Hey @ashton, I would recommend raising this issue on the lerna repo or the conventional changelog repo as @SirWindfield suggests.
@jak-pan commented on GitHub (Feb 28, 2021):
I guess that this is expected since per https://semver.org versions starting with 0.x.x are considered pre-release and during that period anything can change until you release a first stable version starting with 1.0.0 @ashton