-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stop lowercasing description if second letter is also uppercase #102
Labels
Comments
revelt
changed the title
stop uppercasing description if second letter is also upperac
stop lowercasing description if second letter is also uppercase
Nov 25, 2019
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: