From 51ed2cd48000231aed5f50f9fdf75cf7b3ba8c32 Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:01:09 +0000 Subject: [PATCH] Delete outdated issue template I don't think we need this issue template any more... The release process is in https://github.com/github/vscode-codeql/blob/main/CONTRIBUTING.md#releasing-write-access-required. --- .../ISSUE_TEMPLATE/new-extension-release.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/new-extension-release.md diff --git a/.github/ISSUE_TEMPLATE/new-extension-release.md b/.github/ISSUE_TEMPLATE/new-extension-release.md deleted file mode 100644 index 02ce2a565..000000000 --- a/.github/ISSUE_TEMPLATE/new-extension-release.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: New extension release -about: Create an issue with a checklist for the release steps (write access required - for the steps) -title: Release Checklist for version xx.xx.xx -labels: '' -assignees: '' - ---- - -- [ ] Update this issue title to refer to the version of the release -- [ ] Trigger a release build on Actions by adding a new tag on branch `main` of the format `vxx.xx.xx` -- [ ] Monitor the status of the release build in the `Release` workflow in the Actions tab. -- [ ] Download the VSIX from the draft GitHub release that is created when the release build finishes. -- [ ] Log into the [Visual Studio Marketplace](https://marketplace.visualstudio.com/manage/publishers/github). -- [ ] Click the `...` menu in the CodeQL row and click **Update**. -- [ ] Drag the `.vsix` file you downloaded from the GitHub release into the Marketplace and click **Upload**. -- [ ] Publish the draft GitHub release and confirm the new release is marked as the latest release at https://github.com/github/vscode-codeql/releases.