We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since, there's a rule https://conventional-changelog.github.io/commitlint/#/reference-rules?id=subject-case to enforce subject's case.
For people using cz-customizable along with commitlint it'd be nice to have possibility to leave subject as is (do not make it lowercase).
cz-customizable
commitlint
AC:
{ lowerCaseSubject }
true
loweCaseSubject === false
This is subject
this is subject
I can push a PR for this soon if no one will pick this.
The text was updated successfully, but these errors were encountered:
I like it! Default value sounds good, no breaking changes. Feel free to decide between “upperCaseSubject” with default false or your suggestion
Sorry, something went wrong.
feat: add configuration option upperCaseSubject
91b396b
ISSUES CLOSED: leoforfree#82
0ac2aa8
🎉 This issue has been resolved in version 5.10.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Since, there's a rule https://conventional-changelog.github.io/commitlint/#/reference-rules?id=subject-case to enforce subject's case.
For people using
cz-customizable
along withcommitlint
it'd be nice to have possibility to leave subject as is (do not make it lowercase).AC:
{ lowerCaseSubject }
with defaulttrue
to configuration.loweCaseSubject === false
do not transform subject fromThis is subject
tothis is subject
I can push a PR for this soon if no one will pick this.
The text was updated successfully, but these errors were encountered: