automatic-release
automatic-release copied to clipboard
Allow option to skip version incrementing
Hi there, thanks for creating this package 😄
We're using Lerna and Yarn Workspaces to manage monorepo projects, and we'd like to use Lerna for bumping all packages' versions' together. Is there any way of doing that currently?
That's not possible at the moment. You could instead write a NodeJS script which updates the version in the other package.json file. But, it would not possible to execute it within the release step, only after.
So, I assume you'd like to see the feature to reference (or even auto-detect) multiple package.josn file, all synced in version. Or, as an alternative, define that the version incrementation will be skipped. Correct?
If we could update all package versions together, that would be awesome 👍