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(sequential-prepare): do not wait forever when a child package has no change #49

Closed KillianHmyd closed 3 years ago

KillianHmyd commented 3 years ago

We spotted an error. With the option "sequential-prepare", if a package A depends on package B and there a changes only in package A semrel will never end because it will wait for package B to finish its "prepare" step which will never run.

qiwibot commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: