mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Shorthand for "BREAKING CHANGE:" #8
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 @koddsson on GitHub (Jun 23, 2017).
Could we add a "BREAK:" shorthand for "BREAKING CHANGE:"?
Reason being if I have a long component there's not a whole lot of space left to write a meaningful description for the CHANGELOG.
@koddsson commented on GitHub (Jun 26, 2017):
It got pointed out to me on twitter that you put
BREAKING CHANGE:in the footer to signify a major version.@bcoe commented on GitHub (Jun 26, 2017):
@koddsson 👍 I haven't actually played with the footer stanza on my OSS projects (although I'd noticed it discussed in the Angular docs, and made sure to faithfully define its behavior).
Out of curiosity, what tool are you using for CHANGELOG generation, did using the footer work well?
@koddsson commented on GitHub (Jun 26, 2017):
I'm using
lernawith the conventional-commits flag. It uses the conventional-commits-cli utility under the hood.I haven't made a breaking change commit yet, but I think it should work :)