Avoid using lerna for publishing packages. #2193
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
The problem is that the docs suggest using lerna to publish already incremented package versions through semantic-release. However, lerna is a complete boilerplate for this and requires unnecessary configuration.
Describe the solution you'd like
I created a library called workspaces-publish, that facilitates the publication of packages encompassing multiple workspaces as defined in a package.json file. It determines the unpublished packages by checking each package manifest of the registry, if one already exists.
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: