cz-conventional-changelog icon indicating copy to clipboard operation
cz-conventional-changelog copied to clipboard

stop lowercasing description if second letter is also uppercase

Open revelt opened this issue 4 years ago • 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

revelt avatar Nov 25 '19 19:11 revelt

PRs welcome!

LinusU avatar Oct 08 '20 10:10 LinusU

ok

revelt avatar Oct 08 '20 10:10 revelt

related #97

revelt avatar Oct 08 '20 17:10 revelt

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

revelt avatar Oct 08 '20 18:10 revelt

any updates here? can you please merge the PR?

vtereshyn avatar Oct 25 '21 11:10 vtereshyn

omg, please yes @dmwelch

RSickenberg avatar Dec 08 '21 14:12 RSickenberg

Why does this stuff sit around for so long?

brandondurham avatar Apr 05 '22 17:04 brandondurham