Hi! We're using git cliff which has git-conventional as dependency. Currently we use underscores / hyphens to indicate compound nouns as scope. This is not supported by git-conventional while it's fine by the convention: https://github.com/conventional-commits/parser#the-grammar.
Any chance to allow these characters to be used?
Thanks in advance!