commitizen/cz-conventional-changelog

stop lowercasing description if second letter is also uppercase

revelt opened this issue · 7 comments

Currently, we lowercase the whole description of a commit, but sometimes description starts with an abbreviation and lowercasing makes it look bad:

lowercasing

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

PRs welcome!

ok

related #97

@LinusU done, please review the PR! Thank you for maintaining this, I use cz every day.

any updates here? can you please merge the PR?

omg, please yes @dmwelch

Why does this stuff sit around for so long?