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

Prepare pre-release 2.1.0 #574

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Apr 12, 2022

Additionally, add a release checklist for future contributors.

Most notably, this version is changed to 2.1.0 to follow the version recommendation at https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions

... we recommend that extensions use major.EVEN_NUMBER.patch for release versions and major.ODD_NUMBER.patch for pre-release versions. For example: 0.2.* for release and 0.3.* for pre-release.

with the reasoning:

VS Code will auto update extensions to the highest version available, so even if a user opted into a pre-release version and there is an extension release with a higher version, that user will be updated to the released version.

So, the next proper release is going to be 2.0.1, and the next pre-release is 2.1.0. Unless there is a strong incentive to do so, we won't yank the pre-release 2.0.0, mainly because it feels like unnecessary work.

@fendor fendor merged commit afcc93c into haskell:master Apr 13, 2022
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

Successfully merging this pull request may close these issues.

2 participants