You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: