monorepo-builder
monorepo-builder copied to clipboard
Interdependency version update fails when attempting to release a "pre-release" version
When attempting to release a pre-release version, e.g. 1.0.0-alpha, the interdependencies of packages is not set correct (or perhaps not set at all). I expected a version of ^1.0.0-alpha to be specified in my packages, but the release command (or release worker) simply set ^1.0 as the required version.
I realised that the release command's version appears to only support "
The only work-around for me now, as far as I can see, is to skip the pre-release altogether.