-
Notifications
You must be signed in to change notification settings - Fork 905
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
v5 config-angular forces the type to uppercase #145
Comments
My wild guess is this is related to changing the value for |
I reset the |
Thanks for the quick response 😄 I tried upgrading just the cli + core to v5 and its now throwing:
|
...argh. |
I published a hotfix |
That worked, thank you 👍 mattlewis92/angular-calendar@63a0bfa |
Expected Behavior
The type to be lowercase, the schema enforces this
Current Behavior
When using the prompt, the type is forced to uppercase:
Affected packages
Possible Solution
I guess the bug is somewhere in the prompt source code, unfortunately I don't have the time right now to debug further and send a PR 😢
Steps to Reproduce (for bugs)
type
and it'll be forced to uppercaseContext
Seems to just be a v5 bug, v4 works perfectly.
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: