AlCalzone / release-script

Painless release management for Node.js projects
MIT License
14 stars 10 forks source link

Lerna plugin does not use `lerna publish` #156

Closed foxriver76 closed 10 months ago

foxriver76 commented 10 months ago

It seems like, the lerna plugin just uses lerna version to update all package version. Unfortunately the publish step seem to be still performed without lerna, leading to packages having the same dependencies in the npm version as locally.

This means, dependencies specified to other packages of the mono repo are still file dependencies and not replaced by the new version.

https://github.com/ioBroker/ioBroker.admin/tree/d254de059b57d4a9e8205db235a2a7340f6847f7

foxriver76 commented 10 months ago

Edit: it needs to be solved by the actual publishing CI pipeline, and there is an example in README, so my fault ;-)