You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to the docs:
https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/README.md#subject-case
Link to the source code:
https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/src/index.ts#L22
The same applies to the Angular config package.
Link to the docs:
https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-angular/README.md#subject-case
Link to the source code:
https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-angular/index.js#L13
Current Behavior
The rules in the docs specify the cases are enforced to be used, though the source says the cases are enforced to not be used.
Currently the cases aren't allowed in the subject.
Expected Behavior
I would expect the cases to be allowed in the subject of the commits, because the docs say so.
Affected packages
cli
core
prompt
config-angular
Possible Solution
Either change the docs or the source to both have 'always' or 'never'.
Context
I am trying to write commits according to the specification in the docs, but am confronted with errors.
commitlint --version
@commitlint/cli@19.6.1
git --version
git version 2.39.5 (Apple Git-154)
node --version
v22.9.0
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Current Behavior
The rules in the docs specify the cases are enforced to be used, though the source says the cases are enforced to not be used.
Currently the cases aren't allowed in the subject.
Expected Behavior
I would expect the cases to be allowed in the subject of the commits, because the docs say so.
Affected packages
Possible Solution
Either change the docs or the source to both have 'always' or 'never'.
Context
I am trying to write commits according to the specification in the docs, but am confronted with errors.
commitlint --version
@commitlint/cli@19.6.1
git --version
git version 2.39.5 (Apple Git-154)
node --version
v22.9.0
The text was updated successfully, but these errors were encountered: