mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-23 22:30:51 -05:00
[GH-ISSUE #76] Confusing wording on BREAKING CHANGE #4094
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 @skinny85 on GitHub (Aug 15, 2018).
Original GitHub issue: https://github.com/conventional-commits/conventionalcommits.org/issues/76
The "Breaking Change" bullet point nr 3 states:
Then, the next bullet point "Others" nr 4 states:
I feel like these two points are contradicting each other.
@damianopetrungaro commented on GitHub (Aug 15, 2018):
@skinny85 thank you for opening the issue!
If you think they are contradicting each other it means we can find a way to put it in a better way.
I think the main point that may be confusing is that creating your own commit type (
commit types other than fix: and feat: are allowed) you MAY useBREAKING CHANGEin any commit message.If you want to open a PR to put this in a different way you are welcome.
Let's see also whay @hbetts @zeke @bcoe think about it.
btw we are discussing about
BREAKING CHANGE:itself on #43, feel free to join the discussion.@hutson commented on GitHub (Aug 15, 2018):
My personal preference would be to remove the reference to
BREAKING CHANGEfrom item (4).I think the bolded line from item (3) is sufficient.
@damianopetrungaro commented on GitHub (Aug 15, 2018):
@hbetts but in this way
and have no implicit effect in semantic versioningis "wrong" too.@skinny85 commented on GitHub (Aug 15, 2018):
I would just remove
, which is NOT recommendedfrom bullet nr 4 - that's the source of the contradiction for me.@hutson commented on GitHub (Aug 19, 2018):
@damianopetrungaro thank you for pointing out that line.
In that case I like @skinny85's suggestion.
Can we go with that?
@damianopetrungaro commented on GitHub (Aug 20, 2018):
+1 for me.
@skinny85 do you have time to work on it?
@skinny85 commented on GitHub (Aug 20, 2018):
@damianopetrungaro sure, I'll try to do a quick PR today or tomorrow.