- Notifications
You must be signed in to change notification settings - Fork 950
Open
Labels
Description
@commitlint/config-conventional subject-case rule breaks ConventionalCommits spec
Expected Behavior
From https://www.conventionalcommits.org/en/v1.0.0/#specification
- The units of information that make up Conventional Commits MUST NOT be treated as case sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase.
Current Behavior
⧗ input: fix: Gitlab CI pipeline fixed See the TP for details Refs #131167 ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint Affected packages
- commitlint
Possible Solution
Remove the casing rule
ondrj, ElectricRabbit, bconnorwhite, chrisjohnson00, PSanetra and 20 more