From edfc7882d48c4902c23e58698a4f0f5e91c39c63 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Wed, 22 May 2024 09:56:37 +0100 Subject: [PATCH] :truck: Move patch section earlier --- .github/ISSUE_TEMPLATE/release_checklist.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 082659b713..acca08b093 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -18,6 +18,10 @@ Refer to the [Deployment](https://data-safe-haven.readthedocs.io/en/latest/deplo - [ ] Create a release branch called e.g. `release-v0.0.1` - [ ] Draft a changelog for the release similar to our previous releases, see https://github.com/alan-turing-institute/data-safe-haven/releases +### For patch releases only + +- [ ] Confirm that the resource to which the patch applies can be successfully deployed + ### For minor releases and above - [ ] Deploy an SHM from this branch and save a transcript of the deployment logs @@ -35,10 +39,6 @@ Refer to the [Deployment](https://data-safe-haven.readthedocs.io/en/latest/deplo 1. ability to transfer data between SREs 1. ability to escalate privileges on the SRD. -### For patch releases - -- [ ] Confirm that the resource to which the patch applies can be successfully deployed - ### Update documentation - [ ] Update supported versions in `SECURITY.md`