Describe the bug
When the Changelog action runs and a bump is triggered, it creates two commits.
These commits are starting to fill up our commit history!!
Expected behavior
Only a single commit should be produced by the action.
Additional context
I've started implementing this.
One that makes this slightly difficult is that I transform the generated CHANGELOG.md.
Describe the bug
When the
Changelogaction runs and a bump is triggered, it creates two commits.These commits are starting to fill up our commit history!!
Expected behavior
Only a single commit should be produced by the action.
Additional context
I've started implementing this.
One that makes this slightly difficult is that I transform the generated
CHANGELOG.md.