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
1. Two commits one ok the second violates the rules
2. Run with from to.
Context
No response
commitlint --version
18.6.1
git --version
2.39.3
node --version
v20.11.0
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