Certain scopes are excluded from the conventional_commits
filter
#25
Labels
bug
Something isn't working
conventional_commits
filter
#25
Describe the bug
Some
conventional_commits
are not marked asconventional_commits
. We're using scopes with underscores and those commits are not seen as conventional. This is valid though: https://github.com/conventional-commits/parser#the-grammarTo Reproduce
Steps to reproduce the behavior:
feat(my_feature): add the new 'my' feature
conventional_commits
config setting is true.Expected behavior
It should be added as it's a valid conventional commit message.
System (please complete the following information):
Additional context
Add any other context about the problem here.
I think this problem occurs in the
git-conventional
dependency. I also made an issue there:crate-ci/git-conventional#17
The text was updated successfully, but these errors were encountered: