Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE entries aren't always picked up #24

Open
thufschmitt opened this issue Mar 16, 2020 · 0 comments
Open

BREAKING CHANGE entries aren't always picked up #24

thufschmitt opened this issue Mar 16, 2020 · 0 comments

Comments

@thufschmitt
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant