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

npm publishing with wrong version tag #127

Open lacolaco opened 1 year ago

lacolaco commented 1 year ago
image

Git tag is correctly created, but npm publishing is failed due to the wrong version.

msr: v3.0.0

lacolaco commented 1 year ago

It works properly with msr v2.13.0. This behavior is happening after bumping msr to v3.

antongolub commented 1 year ago

This may be a side effect of the bumped semrel version: https://github.com/dhoulb/multi-semantic-release/compare/v2.13.0...v3.0.0. Could you check this hypothesis (yarn + resolutions)? Maybe we should move semrel to peer deps and define '>= 17 'range.

Badisi commented 1 year ago

Similar issue was opened on @semantic-release/npm: #504 and you can read my comment for further explanation.

This is basically due to an npm issue with workspaces but could be easily fixed in @semantic-release/npm.

donaldxdonald commented 1 year ago

any progress? 👀