zeke / semantic-pull-requests

:robot: Let the robots take care of the semantic versioning
https://github.com/apps/semantic-pull-requests
Apache License 2.0
1.24k stars 122 forks source link

Feature request: support for fixup! (git commit --fixup) commits #159

Closed bnevis-i closed 2 years ago

bnevis-i commented 3 years ago

I think it would be a nice feature if fixup commits (created by git commit --fixup) didn't throw off the regexp parser.

The intended workflow is submitting additional commits to a pull request in responds to pull request feedback.

It is easier to run git commit --fixup than it is to put new commits on top and duplicate the commit messages such that they are semantic PR compliant.

zeke commented 2 years ago

This issue is old and inactive so I'm going to close it. If anyone is still affected by this, let me know and I'll re-open it.