-
Notifications
You must be signed in to change notification settings - Fork 933
Preset support missing #8
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
Comments
Hey @jmendiara, thanks for your report! I added a documentation label because the distinction between conventional-changelog presets and shareable conventional-changelog-lint configuration appears to be unclear and/or difficult. By default the angular preset and shareable config is used. When specifying the The distinction between them is:
This means in order to fully support the jshint commit message convention you'll have to:
|
Thank you for the clarification and your work! Just some feedback: It'd be nice to have the same API/installation process than easy installation + easy setup = happy devs && high adoption 😄 |
I plan to remove the default angular shareable config in the next release and won't include additional configurations in the core install – that would put the burden to actually define and maintain these on me although I am not using them. I'd favor an approach where it is easy to grasp what the actual problem is. So
|
This should be clarified now as preset is no user-facing option as of version 3. |
While trying to use
jshint
preset:After installing the module
conventional-changelog-jshint
(it's not in the doc that this should be done) it seems it's still using the angular one.The text was updated successfully, but these errors were encountered: