stop lowercasing description if second letter is also uppercase
revelt opened this issue · 7 comments
revelt commented
Currently, we lowercase the whole description of a commit, but sometimes description starts with an abbreviation and lowercasing makes it look bad:
Let's add an additional check, is the second letter uppercase, and if so, skip the lowercase operation. I'm talking about the line https://github.com/commitizen/cz-conventional-changelog/blob/master/engine.js#L27
LinusU commented
PRs welcome!
revelt commented
ok
revelt commented
@LinusU done, please review the PR! Thank you for maintaining this, I use cz every day.
vtereshyn commented
any updates here? can you please merge the PR?
RSickenberg commented
omg, please yes @dmwelch
brandondurham commented
Why does this stuff sit around for so long?