-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Merge commit not ignore with ignore-commit-pattern "Merge.*" and --issue-pattern, --issue-url #195
Comments
I can confirm this using v2.2.1 |
It seems like it only applies the rule once and then dismisses next cases 🤔 |
Hello @cookpete , are you aware of this issue? We have a lot of merge commits in our git log and having them all listed is really defeating the purpose of a changelog. :/ |
@ookangzheng Your merge commits are appearing because they are being matched as an issue fix, because of the Maybe try Everyone else – I need an actual example of what is going wrong in order to fix it. |
@cookpete Here's a quick example:
You'll get a lost of entries with the |
Ah ok, in your case the bumps are merges, and being listed as merges in the changelog. I guess it would make sense for |
Im using this command
npx auto-changelog --tag-prefix '' --issue-pattern "[A-Z]+-\d+" --issue-url 'https://xxx.atlassian.net/browse/{id}' --ignore-commit-pattern "^(Initial.*|Merge.*)"
The
Merge pull request
still exist, not ignored.The text was updated successfully, but these errors were encountered: