Ignore merge commits in generate changelog step

It would be nice to ignore merge commits whether via branch or PR.

The changelog will generally look something like:

[xxxxxx] Merge branch 'release/1.0.0'
[xxxxxx] Merge pull request #1001 from feature/facebook-upgrade
[xxxxxx] Facebook SDK upgrade
[xxxxxx] Merge pull request #1000 from feature/fix-bug-1
[xxxxxx] Another commit for bug 1
[xxxxxx] Fix something for bug 1
[xxxxxx] Merge branch 'master' into dev

All of the merge commits just seem to add unnecessary fluff since the actual commits are probably more important here.

Maybe the feature request here would be to add an input to ignore certain commits via regex?

Original issue here: Ignore merge commits · Issue #3 · bitrise-steplib/steps-generate-changelog · GitHub

Hello @audiomacksean!

Thank you for the feature request, we will take look at it soon.

I know this has been implemented now, is there a way to turn this off? It is excluding merges where the commits have been squashed, and so in this case you don’t get any changes in the change log. (as a squash is classed as a merge I think)