automatic-release icon indicating copy to clipboard operation
automatic-release copied to clipboard

Allow option to skip version incrementing

Open hassankhan opened this issue 7 years ago • 3 comments

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?

hassankhan avatar Aug 27 '18 13:08 hassankhan

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.

itsdevdom avatar Aug 30 '18 20:08 itsdevdom

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?

itsdevdom avatar Aug 30 '18 20:08 itsdevdom

If we could update all package versions together, that would be awesome 👍

hassankhan avatar Aug 30 '18 21:08 hassankhan