-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not validate when using standard-version #198
Comments
After investigating, here's what I found:
Basically |
I think we can fix this by adding |
@marionebl I see, any reason you are using .match instead of /regexp/.test in that file? |
Fix released via v5.2.6 |
Expected Behavior
Current Behavior
Affected packages
Possible Solution
This seems a regression on the recent changes of the sentence case.
Steps to Reproduce (for bugs)
Simply use the above commit message above to reproduce.
commitlint.config.js
```js module.exports = { "extends": [ "@commitlint/config-conventional" ] } ```Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: