Bug, subject converted to lowercase
unlight opened this issue · 4 comments
unlight commented
Function filterSubject
converts all inputs to lower case.
I want to keep my subject sentence cased.
bjoluc commented
This is what happens:
cz-conventional-changelog/engine.js
Lines 24 to 34 in 861b361
I'd like to keep my first letter uppercase as well – @jimthedev I'm failing to find a spec for this. Am I missing something? If not, would you accept a PR to remove the modification of the first letter? Thanks in advance!
unlight commented
I switched to https://github.com/leonardoanalista/cz-customizable
chrisgarber commented
I believe this is fixed by the config option disableSubjectLowerCase
bjoluc commented
Absolutely, thanks @chrisgarber! @unlight Would you mind closing the issue?