dhoulb / multi-semantic-release

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

Coordination #152

Closed rharkor closed 6 months ago

rharkor commented 8 months ago

Hi,

In my monorepos I have two sub package and I want them to be coodinated on their versionning, unfortunately this is not the case see the example below: image

Can anyone help me with this ?

Thank you

rharkor commented 8 months ago

Also why it always make a new release like 1.1.0-rec.17 => 1.1.0-rec.18 instead of changing the semver version ?

antongolub commented 7 months ago

Hey, @rharkor

I'm afraid, msr is aimed at the opposite: avoid versions lock to reflect real changes in each package. It seems that https://github.com/hongaar/semantic-release-yarn may be more suitable for your case.