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

Non-breaking changes end up in the breaking changes section #245

Open
devonhk opened this issue May 10, 2023 · 0 comments
Open

Non-breaking changes end up in the breaking changes section #245

devonhk opened this issue May 10, 2023 · 0 comments

Comments

@devonhk
Copy link

devonhk commented May 10, 2023

I was going over this repo's commits to understand the commit format that the git-chglog expects and noticed a bunch of non-breaking commits in the wrong section.

Expected Behavior

Commits with a specific type and scope should not be listed under breaking changes.

Actual Behavior

It looks like any commit that comes after the BREAKING CHANGE: line is considered a breaking change.

ae3382b

Steps to Reproduce (including precondition)

Look at this commit ae3382b

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