Lars Kappert
Lars Kappert
Did you go from `"preset": "angular"` to `"preset": { "name": "angular" }`?
If I understand correctly, the original issue is still not resolved, right? Unfortunately not seeing updates from relevant dependencies atm.
See this and subsequent sections: https://github.com/release-it/release-it/blob/main/docs/git.md#tag-match
I this the same issue as #82? Either way, feel free to open a PR with a fix.
Sorry, I don't really have an answer to this, other than checking out other issues in this repo and the docs of conventional-changelog (linked to in docs).
Unfortunately this isn't currently possible. I'm open to a PR that adds this, though.
Closing due to inactivity.
The options provided to this plugin are sent to its underlying dependency: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump#readme However, at first glance I don't see an option for what you are trying to achieve. But...
Did a little bit of digging and testing, and I can see the `conventional-recommended-bump` dependency for this plugin gives only `major`, `minor` and `patch`. Never `null` or `undefined`, regardless of...