-
Notifications
You must be signed in to change notification settings - Fork 40
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
Versioning scheme #121
Comments
Suggestion from Jan, for pre-release versions, drop the With the current versioning schemeStable Channel
Unstable Channel
With the upcoming versioning schemeStable Channel
Unstable Channel
|
#126 implements this. The only case where this doesn't work is for the stable extension version today
Update: Since we are moving to 2.0.x.y versioning schema after GA. We can use 0.1.x.y now instead of 0.0.x.y for beta pre-release tag. |
Related issue for extension only release workflow #143 |
Since #93 is not possible at the moment, we need to find a versioning schema that works for us.
Currently, we have "patch" versioning #114 in place but that means that extension version increments independent of Prisma version. That makes it difficult for us to know which extension version uses which Prisma version internally.
An alternative can be to use an extension version that can be derived from Prisma version but that supports marketplace versioning scheme:
It must be one to four numbers in the range 0 to 2147483647, with each number seperated by a period. It must contain at least one non-zero number.
(related issue microsoft/vscode-vsce#148)Consideration: Support extension only release
The text was updated successfully, but these errors were encountered: