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
Maybe a simple nice to have: if feat('app'): This is a new feature
feat('app'): This is a new feature
change to
feat('app'): this is a new feature
The text was updated successfully, but these errors were encountered:
vote up
Sorry, something went wrong.
can make a pr
Aleksey, I think changelog recommends lower case so we could enforce that too. PR's are always welcome! cheers Leonardo
feat(): convert first letter of subject to lower case
5fc083e
closes leoforfree#2
@leonardoanalista could this be optional, enabled by default? We don't use conventional changelog and my team doesn't want their messages altered.
Example: "docs: aPI documentation", "fix: tHIS BUG WAS CREEPY!"
Successfully merging a pull request may close this issue.
Maybe a simple nice to have:
if
feat('app'): This is a new feature
change to
feat('app'): this is a new feature
The text was updated successfully, but these errors were encountered: