monorepo-builder icon indicating copy to clipboard operation
monorepo-builder copied to clipboard

Interdependency version update fails when attempting to release a "pre-release" version

Open aedart opened this issue 2 years ago • 0 comments

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 ".." or "v..[...]". However, it would really nice is pre-releases, in accordance with semantic versioning 2.0.

The only work-around for me now, as far as I can see, is to skip the pre-release altogether.

aedart avatar Feb 16 '23 10:02 aedart