-
Notifications
You must be signed in to change notification settings - Fork 40
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
preset.types
stopped working in v9 and v10
#110
Comments
I updated v10 today and found this problem.😕 |
I think in new versions options are not passed to With this options
I see next output when debugging 1. As for 8.0.2 version all working as expected. This is Spend whole weekends to figure things out. Thanks for that issue, it got me on right path. Waiting for fix |
This release-it plugin is mostly a wrapper around the For conventional-recommended-bump: conventional-changelog/index.js Lines 40 to 61 in bf27526
For conventional-changelog generation: conventional-changelog/index.js Lines 133 to 146 in bf27526
Would be great if someone could fix this up in an actual real-world scenario (because I don't use this plugin myself). |
@De-Santa -- It might be unrelated, but I was also experiencing a separate issue that seemed like the script wasn't properly loading the I dug in and I've decided there's some sort of dependency resolution weirdness happening in my project, where Once I explicitly ran I don't know if this will fix your particular issue with |
@oluwatobiss @De-Santa sorry for the ping, but did you figure out any solution or temp fix for this? |
No. |
After updating to v9 and 10, the generated changelog no longer follows the
type
andsection
specified in thepreset.types
configuration.Steps to reproduce
v8.0.2
preset
typeschore
commit type🏠 Conventional Changelog Maintenance 🪛
section heading.chore
commit typechore: 10.0.0 preset.types test
text. In other words, it will ignore thepreset.types
configuration and use the git log message format.Expected behaviour
The latest version should allow using the
preset.types
configuration to specify the commit message type and section text to show in the generated CHANGELOGs.Actual behavior
The latest version ignores the
preset.types
configuration and uses thegit log
commit format.Example changelog
The text was updated successfully, but these errors were encountered: