You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Announce the release, leave enough time for teams to surface any last minute issues that need to get in before freeze. Make sure debugger and gopls teams are looped in as well.
Check the milestone and resolve/move unresolved issues.
Create new RC version tag for v0.39.0-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.
Ask @golang/tools-team and contributors to this release to test the release candidate
Final (June 13, 2023)
Tag the new release for v0.39.0
Update the release description with CHANGELOG contents
Close the milestone
Prepare for the Next Release
Update master post-release
Bump the version number to the next monthly release in the master branch
Update package.json
Update package-lock.json
The text was updated successfully, but these errors were encountered:
Release candidate (June 09, 2023)
master
for the releasegopls
.CHANGELOG.md
.release
for the releaserelease
for a pull request.master
to prepare for the release.package.json
from a-dev
suffixnpm install
to make surepackage-lock.json
is up-to-date$ tools/license.sh; mv LICENSE.prod LICENSE
)Final (June 13, 2023)
Prepare for the Next Release
master
post-releaseversion
number to the next monthly release in themaster
branchpackage.json
package-lock.json
The text was updated successfully, but these errors were encountered: