Closed bi0ha2ard closed 2 years ago
We have a lot of sub-packages with underscores in their names in our repos. The current regex forbids
feat(some_package): added some feature
as the commit message.
I just added _ to the allowed characters in the scope regex to allow it.
_
We have a lot of sub-packages with underscores in their names in our repos. The current regex forbids
as the commit message.
I just added
_
to the allowed characters in the scope regex to allow it.