qiwi / multi-semantic-release

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

fix: local dependencies correct bump from release to prerelease #34

Closed davikawasaki closed 3 years ago

davikawasaki commented 3 years ago

Fixes bug #27. Tried to cover most of edge cases I've imagined, reusing code from semantic-release repository.

antongolub commented 3 years ago

@davikawasaki,

Wow! Outstanding improvement! But I need some time to sober up and be ready for review (10-12 hours). I'll take a look next morning.

CC @oljekechoro, @pismenskiy

davikawasaki commented 3 years ago

@antongolub np. Fixing the code complexity rn.

qiwibot commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket:

davikawasaki commented 3 years ago

@antongolub great. I'll just add a PR refactor to reduce code complexity in a bit.