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

Bug - commits skipped with same subject as merge body #248

Open
valentinab25 opened this issue Oct 11, 2022 · 0 comments
Open

Bug - commits skipped with same subject as merge body #248

valentinab25 opened this issue Oct 11, 2022 · 0 comments

Comments

@valentinab25
Copy link

Hello,

I have replicated the problem in the valentinab25/auto-changelog fork, on the master branch - https://github.com/valentinab25/auto-changelog/commits/master ( https://github.com/valentinab25/auto-changelog/compare/1.1.0...master )

If you run auto-changelog using the default template on unreleased commits, you will have missing commits - "test1" :

npx auto-changelog --stdout --sort-commits date-desc --commit-limit false -u --sort-commits subject --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs  | head -n 20

All commits with message "test1" are missing because I created a PR (https://github.com/valentinab25/auto-changelog/pull/10) that was merged in master with the same body "test1"

I have tested and replicated this problem, any commits with the same subject as the body of any merge are skipped from auto-changelog

Thank you

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