You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit will be picked by clog as a breaking change:
feat: Do stuff
BREAKING CHANGE: Broke stuff
But this one won't
chore: Do stuff
BREAKING CHANGE: Broke stuff
I guess clog just filters out every commit that doesn't start with a recognized type, and so doesn't include BREAKING CHANGEs from these, but that's quite counter-intuitive in this case − and also contrary to https://www.conventionalcommits.org/en/v1.0.0/ although I don't think clog claims to follow it religiously.
The text was updated successfully, but these errors were encountered:
This commit will be picked by clog as a breaking change:
But this one won't
I guess clog just filters out every commit that doesn't start with a recognized type, and so doesn't include
BREAKING CHANGE
s from these, but that's quite counter-intuitive in this case − and also contrary to https://www.conventionalcommits.org/en/v1.0.0/ although I don't think clog claims to follow it religiously.The text was updated successfully, but these errors were encountered: