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
Create a tag (make sure you pull the release branch first): git tag <x.y.z> release/<x.y>
Push the tag: git push origin <x.y.z>
Create a GitHub release: Open the GitHub tags, and click far right ... > Create Release. Use the correct title and description from our release notes. Example
February 2025 Recovery 2
@aeschlinpm i
to bumppackage-lock.json
as well. Ensure there are no otherpackage-lock.json
changes. @aeschlicandidate
issues, and if they pass the review assign them to the recovery milestone teamcandidate
fixes are peer reviewed and pushed tomain
and then cherry-picked into the release branch teaminsiders
build frommain
insiders
teaminsiders
teamstable
for all platforms from release branch @aeschlistable
build and theverified
label is added @aeschlihttps://github.com/Microsoft/vscode/compare/release/<x.y>
to ensure no other commits have been made in the release branch @aeschliinsiders
build with all candidate fixes needs to be in the wild for 24 hours before recovery release, unless explicitly approved by @kieferrmrelease/x.y
for theprod
deployment target. @aeschligit tag <x.y.z> release/<x.y>
git push origin <x.y.z>
... > Create Release
. Use the correct title and description from our release notes. ExampleThe text was updated successfully, but these errors were encountered: