Open
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