Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aedart opened this issue Feb 16, 2023 · 0 comments

Comments

@aedart
Copy link

aedart commented Feb 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant