-
Notifications
You must be signed in to change notification settings - Fork 934
fix: from to feature does not detect violations properly #3924
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
Comments
This is a duplicate of #3376 |
Hi @knocte, @escapedcat Sorry then it was a stupid example from my side: it works with 18.6.0 but not with 18.6.1 for us. |
Have you tried 18.6.2? there was a regression in 18.6.1 |
It is not available in npm. There seems to be a mistake in the latest release: |
@escapedcat ping ^ |
Not all packages were updated. That's normal. Relevant packages are available in 18.6.2 |
Expected Behavior
When using commitlint with --from and --to it should detect violations if one commit message is not formatted properly
Current Behavior
When using:
commitlint --from 67fc95423dd3ec1f073dab2df304bf4f8a3c4063~2 --to 67fc95423dd3ec1f073dab2df304bf4f8a3c4063 --verbose --color
Everything is happy:

When using:

commitlint -e
It is not ok:
Affected packages
Possible Solution
No response
Steps to Reproduce
Context
No response
commitlint --version
18.6.1
git --version
2.39.3
node --version
v20.11.0
The text was updated successfully, but these errors were encountered: