Open
Description
Description
Add extra options to check commit message style and also to fix incorrect messages.
Use cases
I have versioning enabled on main branch, but it breaks if any of the commits don't follow the style.
I would like to add an action to CI to check that all commits since last version are in correct style, so I can check that MR won't break versioning.
Also, I would like to be able to fix incorrect commits locally, probably by using rebase+reword functionality.
Possible implementation
- List all commit messages since last
commitversion - Check that each message follows style
- Call rebase and mark wrong messages for reword