Is there an existing issue or pull request for this?
Feature description
git cliff would ignore
- any commits referenced in .git-blame-ignore-revs
- any commits that modify only .git-blame-ignore-revs
(if the file exists).
Desired solution
A config to enable this in the .toml file would be great. I think it makes sense to enable the latter option by default too.
Alternatives considered
I had a convention for commits updating that file, so I wrote a pattern for it. Then halfway through the project, I updated that convention, so I wrote another pattern. But what if I didn't have a convention?
Additional context
No response
Is there an existing issue or pull request for this?
Feature description
git cliffwould ignore(if the file exists).
Desired solution
A config to enable this in the .toml file would be great. I think it makes sense to enable the latter option by default too.
Alternatives considered
I had a convention for commits updating that file, so I wrote a pattern for it. Then halfway through the project, I updated that convention, so I wrote another pattern. But what if I didn't have a convention?
Additional context
No response