From 1b07a4a012f62549f764ab5f3b0c433a75fa963f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Fri, 29 Sep 2023 09:39:39 +0200 Subject: [PATCH] Update patch.md --- resources/checklists/patch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/checklists/patch.md b/resources/checklists/patch.md index e244316..f9b41d7 100644 --- a/resources/checklists/patch.md +++ b/resources/checklists/patch.md @@ -4,7 +4,7 @@ - Update `codeCommit` inside of https://github.com/gitpod-io/gitpod/blob/main/WORKSPACE.yaml with the SHA of the tip of the `gp-code/release/{VERSION}` branch - Update `codeVersion` inside of https://github.com/gitpod-io/gitpod/blob/main/WORKSPACE.yaml with the version string of the proposed release - Use [`release-pr.md`](https://github.com/gitpod-io/openvscode-releases/blob/main/resources/release-pr.md) as the PR template - - Update the VS Code stable image tags to the image generated in the previous step (the commit can be found in the resulting Werft job) + - Update the VS Code stable image tags to the image generated in the previous step (the commit can be found in the GitHub summary of the CI job) - Update `CodeIDEImageStableVersion` in https://github.com/gitpod-io/gitpod/blob/main/install/installer/pkg/components/workspace/ide/constants.go - Deploy VS Code Insiders as stable ([How to deploy](https://www.notion.so/gitpod/How-to-deploy-IDE-e66a8219add74f2090bfc08104f91445) in Notion) - Release [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server)