mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
allow BREAKING CHANGE: with any verb. #6
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 @bcoe on GitHub (Apr 15, 2017).
Originally assigned to: @jameswomack on GitHub.
I think we should amend the specification to allow
BREAKING CHANGE:with any commit type (right now we indicate that a BREAKING CHANGE should be a fix, or feat).I'm finding as I drop Node 0.10/0.12 support on some libraries, I have
chorecommits that are breaking.@stevemao commented on GitHub (Apr 16, 2017):
Yes, see https://github.com/angular/angular/issues/5672
BTW, dropping Node 0.10/0.12 support should probably be a
ci@jameswomack commented on GitHub (Apr 17, 2017):
@bcoe I agree with this. I think one should try for
BREAKING CHANGEs to be afixorfeat, but we need to accept that even dependency changes can be flagged as breaking when one takes stability & semver seriously.@Tapppi commented on GitHub (May 3, 2017):
@bcoe Agreed, we have lots of precedent both in our own projects and in the community.
standard-versionhas a BREAKING chore too (node 0.10/0.12).@jameswomack commented on GitHub (May 5, 2017):
I'm closing based on #11 — feel free to re-open as needed.