Expected Behavior
⧗ input: chore(release): 1.0.0
✔ found 0 problems, 0 warnings
Current Behavior
⧗ input: chore(release): 1.0.0
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
Affected packages
Possible Solution
This seems a regression on the recent changes of the sentence case.
Steps to Reproduce (for bugs)
Simply use the above commit message above to reproduce.
commitlint.config.js
```js
module.exports = {
"extends": [
"@commitlint/config-conventional"
]
}
```
Your Environment
| Executable |
Version |
commitlint --version |
5.2.3 |
git --version |
2.10.1 |
node --version |
8.9.1 |
Expected Behavior
Current Behavior
Affected packages
Possible Solution
This seems a regression on the recent changes of the sentence case.
Steps to Reproduce (for bugs)
Simply use the above commit message above to reproduce.
commitlint.config.js
```js module.exports = { "extends": [ "@commitlint/config-conventional" ] } ```Your Environment
commitlint --versiongit --versionnode --version