Open bd82 opened 3 years ago
rushstack seems too opinionated and too "full" solution (formatting / changelogs / ...) I am currently (only) mainly interested in a replacement for the lerna version/publish commands
Semantic Release may be relevant:
semantic release does not (currently) support mono-repos
Looks like the versioning part could be done by standard-version
What is missing is the publishing of of all changed packages to npmjs.com This problem could be simplified if we assume:
In that case the newly pushed tag could trigger npm publish
on all public packages in mono-repo
Some options: