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

`generateNotes` condition may always be unreachable #9

Closed antongolub closed 4 years ago

antongolub commented 4 years ago

The first todo package may not require release at all.

if (todo()[0] !== pkg) {
  await pkg._readyForRelease;
}       
qiwibot commented 4 years ago

:tada: This issue has been resolved in version 3.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: