-
Notifications
You must be signed in to change notification settings - Fork 39
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
Migrate to conventional-changelog v6 + conventional-recommended-bump v10 #100
Conversation
commit: |
Hey, sorry I’ve had the notification in my inbox for ages from #88. I am hoping I can get some time to look into this but, having become a father this year, my free coding time is scarce 😅 |
README.md
Outdated
This option will be passed as the second argument to | ||
[`bumper.parserOptions`](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-recommended-bump/README.md#api) | ||
|
||
### `whatBump` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick:
If you're going with bumper
prefix for other options (to scope them to underlying bumper
package in a way, right?) then I think this one should be called:
### `whatBump` | |
### `bumperWhatBump` |
just to follow the convention 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, actually prefer unprefixed but then we'd have parserOpts
twice 🙄 but they might actually be the same thing in conventional-changelog land, I'll double-check that.
Looks good! I've just updated version of the plugin on my monorepo and release process passed successfully! 🎉 Wrote just a single nitpick comment on the naming of |
The options are streamlined a bit and documentation is better structured now (i.e. options are listed in order of programmatic flow): https://github.com/release-it/conventional-changelog. I've also looked up type definitions in the conventional-changelog repos and added links. The latest release is Merging the branch closed this which wasn't really the intention, you can still comment! |
v9 is out! |
So let's get this going, it was long overdue.
First of all, bigshout out to @FRSgit who made ball roll in #97. And since I totally agree the options in this plugin should as much be passed through verbatim, I followed up his PR with this one that does just that.
Would be great to get this started and hear your thoughts, API feedback, bugs, etc!
This is under development in the v9 branch and updated docs are at https://github.com/release-it/conventional-changelog/blob/v9/README.md
The latest version in this branch can be installed using the command as provided by the pkg-pr-new bot below (
npm i -D
).cc @will-stone, @skycaptain, @juancarlosjr97, @ardakod, @timmywil, @Blackclaws, @ygrishajev, @Blackclaws
NOTE: I could use some help maintaining this plugin. The thing is, I don't really use it myself. So not to spam everyone too much again later on I'm bringing that in here as well. Free free to respond or DM me about this.