From 258a1bf1469c525d8b8f95466663b86be8504d5d Mon Sep 17 00:00:00 2001 From: Taylor Silva Date: Tue, 27 Jul 2021 15:15:30 -0400 Subject: [PATCH] Update template Signed-off-by: Taylor Silva --- .github/ISSUE_TEMPLATE/release-major-minor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/release-major-minor.md b/.github/ISSUE_TEMPLATE/release-major-minor.md index f7344a34b..af52b9f5e 100644 --- a/.github/ISSUE_TEMPLATE/release-major-minor.md +++ b/.github/ISSUE_TEMPLATE/release-major-minor.md @@ -12,6 +12,8 @@ Steps for a new major/minor release: * [ ] Create your release branch on the `concourse/concourse` github repo with the following format `release/M.m.x` (M being the major version and m being the minor version) +* [ ] Create the release branch on `concourse/concourse-docker` repository. + * [ ] Create the release branch on the `concourse/concourse-bosh-release` repository. Make any missing changes to the spec of `web` or `worker` depending on if the release contains any changes that adds or modifies any flags. * Any changes you make on the branch will not get automatically merged back to master so try to make the changes on master and then create the branch from there.