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

Error: Cannot release because dependency config has not been released #73

Open pedrojpj opened 2 years ago

pedrojpj commented 2 years ago

Issue type

Expected behavior

Release a package

Actual behavior

When I try to release a package I get this error:

An error occurred while running semantic-release: Error: Cannot release because dependency config has not been released

The package is part of a project on turborepo

Your case may be a known design limitation. -->

antongolub commented 2 years ago

@pedrojpj,

msr verifies cross-deps consistency and if some package depends on another the last one should exist. Make any release triggering change for your config package (feat, fix, etx) or just attach a tag to some prev commit (config@1.0.0).