From 9e7244caf327b7a68bdfb1ca9962473f549761c8 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 13 Mar 2024 13:45:16 -0700 Subject: [PATCH] chore(github): add task to link back to release process issue --- .github/ISSUE_TEMPLATE/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index f77ec12e5..1b3c7f245 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -91,6 +91,7 @@ body: - label: Confirm acceptance of Smoke Tests by adding a comment to this issue - label: Tag the release on the `prod` branch, push the tag to GitHub (see [docs](https://docs.calitp.org/benefits/deployment/release/#5-tag-the-release) for commands) - label: Create a release in GitHub for the tag, generating release notes + - label: Edit release notes to link back to this Release process issue - label: Edit release notes with additional context, images, animations, etc. as-needed - type: checkboxes id: hotfix-checklist @@ -106,6 +107,7 @@ body: - label: Confirm acceptance of Smoke Tests by adding a comment to this issue - label: Tag the release on `prod`, push the tag to GitHub (see [docs](https://docs.calitp.org/benefits/deployment/release/#5-tag-the-release) for commands) - label: Create a release in GitHub for the tag, generating release notes + - label: Edit release notes to link back to this Release process issue - label: Edit release notes with additional context, images, animations, etc. as-needed - label: Create a branch off `dev` - label: Open a PR from `prod` into that branch, merge