[BUG] overriding commit types feat
and fix
default all CommitConfig
flags to false
#401
Labels
bug
Something isn't working
Describe the bug
When overriding special commit types
feat
andfix
, to change their titles for instance, likeThey don't trigger a bump anymore.
Expected behavior
Overriding the title of any of them should not default all other flags of their
CommitConfig
tofalse
Additional context
A workaround is to explicitly add the bump trigger flag in the custom config like
but a user should probably not have to do that, unless specified in the documentation that this is the way and mandatory when one wants to override the title of a special commit type.
The way it is implemented does not permit to easily merge the custom config with the default one and I'm not good enough in Rust yet to suggest something in a PR, sorry.
The text was updated successfully, but these errors were encountered: