conventional-changelog / conventional-changelog/commitlint
Rule does not work with #ids
Open
bug
help wanted
- Dominant language
- TypeScript
- Stars
- 18.7k
- Forks
- 970
- Avg merge
- 7h 33m
- Merged PRs (30d)
- 49
Description
I was trying this utility in my project as we are planning to enforce conventional commit messages. It works nicely but I was pleasantly surprised when it started failing miserably. When I tried to commit with messages like ` git commit -m "#123 - test commit"` it does not throw any error. However when I run ` commitlint --from=HEAD~1 ` it shows error.

This is causing issues as the team is accustomed to `#ticket-id - message` pattern.
Contributor guide
Assessment
This issue has not been assessed yet.