-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Description
Release candidate (Feb 8, 2022)
- Create a milestone with the issues that are fixed by this release
- Update
master
for the release- Update
CHANGELOG.md
- Make sure the "Thanks" section is up-to-date
- Check the Markdown rendering to make sure everything looks good
- Update
- Update
release
for the release- Create a branch against
release
for a pull request - Merge changes from
master
to prepare for the release - Change the version in
package.json
from a-dev
suffix
- Create a branch against
- Check the Long Tests status is green. Otherwise, fix the tests, send cls for review, submit them, and repeat.
- Perform manual smoke tests
- Create new version tag for X.XX.X-rc.1 at gerrit’s vscode-go repo management page
- Go to the release page https://github.com/golang/vscode-go/releases and check if the new release candidate is up. If necessary, you can manually edit the comment by clicking the “Edit” button. Don’t mutate uploaded vsix.
Final (Feb 8, 2022)
- Tag the new release
- Update the release description with CHANGELOG contents
- Close the milestone