dhoulb / multi-semantic-release

Proof of concept that wraps semantic-release to work with monorepos.
BSD Zero Clause License
203 stars 36 forks source link

resolveNextVersion should provide bumpStrategy instead of releaseStrategy #69

Closed zhbhun closed 3 years ago

zhbhun commented 3 years ago

resolveNextVersion(currentVersion, nextVersion, strategy = "override")'s strategy accept bump strategy: inherit, override, satisfy`, but getDependentRelease invoke resolveNextVersion with release strategy: patch, minor, major, inherit.

antongolub commented 3 years ago

Hey, @zhbhun,

Good catch, thanks! Could you also:

zhbhun commented 3 years ago

Sure!

antongolub commented 3 years ago

Great. Thanks!

antongolub commented 3 years ago

:tada: This PR is included in version 2.8.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: