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
Assign candidate issues to the recovery milestone team
Review the candidate issues, and if they pass the review assign them to the recovery milestone team
All candidate fixes are peer reviewed and pushed to main and then cherry-picked into the release branch team
Initiate insiders build from main
Issues are tested in the insidersteam
Build stable for all platforms from release branch @TylerLeonhardt
Issues are verified on stable build and the verified label is added @TylerLeonhardt
Check https://github.com/Microsoft/vscode/compare/release/<x.y> to ensure no other commits have been made in the release branch @TylerLeonhardt
Update the release notes and include a link to a query for the fixed issues @gregvanl
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
<Month> <Year> Recovery <1|2|3>
@TylerLeonhardtcandidate
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
teamstable
for all platforms from release branch @TylerLeonhardtstable
build and theverified
label is added @TylerLeonhardthttps://github.com/Microsoft/vscode/compare/release/<x.y>
to ensure no other commits have been made in the release branch @TylerLeonhardtsudo snap install --classic --dangerous <file>.snap
)git 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: