-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support prereleases #192
Comments
Usually, what extensions do to handle this is to have a Preview variant of it. Anyway, I thought on 2 things that needs to be made here:
|
@jakobrosenberg in fact now pre-releases are supported by |
But some work is still required at |
@felipecrs that's pretty cool! Thanks for the heads up. 😀 |
I think this is in VSCE for some time now: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions |
Unfortunately not. Their implementation is still misaligned with semver which is what we need. I suggest you weigh in microsoft/vsmarketplace#310. |
Ah, I misread the issue, I thought this was about providing the |
I know VSC plugins don't support prereleases, but since it's recommended to use Github releases to handle regression errors, we could also use Github to handle beta releases.
It's very possible that I'm missing an obvious solution to this. 😅
The text was updated successfully, but these errors were encountered: