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
(if there were vscode.dev candidates) Trigger the vscode.dev Deploy pipeline for release/x.y for the prod deployment target. Note that there are four deploy approvals needed - one for overall and one per each of the three service regions @joyceerhl
Request approval from another team member at the necessary step to deploy the vscode.dev build. @joyceerhl
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
October 2024 Recovery 3
@joyceerhlcandidate
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 @joyceerhlstable
build and theverified
label is added @joyceerhlhttps://github.com/Microsoft/vscode/compare/release/<x.y>
to ensure no other commits have been made in the release branch @joyceerhlinsiders
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. Note that there are four deploy approvals needed - one for overall and one per each of the three service regions @joyceerhlgit 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: