From dd7efd5741774d851a3d125d583a7c9e1a683646 Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Mon, 22 Nov 2021 12:14:08 +1300 Subject: [PATCH 1/2] Added Issue template for new release steps. --- .github/ISSUE_TEMPLATE/new-release.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-release.md diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md new file mode 100644 index 00000000..75814e40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -0,0 +1,34 @@ +--- +name: Cylc New Release Process +about: Steps to check off, to make a new release. +title: '' +labels: '' +assignees: '' + +--- + + +Release progress: + +pypi: +- [ ] cylc-flow +- [ ] metomi-rose +- [ ] cylc-rose +- [ ] cylc-ui +- [ ] cylc-uiserver + +forge: +- [ ] cylc-flow +- [ ] metomi-rose +- [ ] cylc-rose +- [ ] cylc-uiserver + +misc: +- [ ] cylc-doc +- [ ] discourse-post +- [ ] close https://github.com/cylc/cylc-admin/issues/130 + +pin downstream to the next cylc-flow dev release +- [ ] cylc-flow +- [ ] cylc-rose +- [ ] cylc-uiserver From 5fdb413674f49986c769b21cfef6f6b2c9e261f0 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Mon, 22 Nov 2021 13:52:27 +0000 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/new-release.md --- .github/ISSUE_TEMPLATE/new-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md index 75814e40..b5866d7e 100644 --- a/.github/ISSUE_TEMPLATE/new-release.md +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -2,7 +2,7 @@ name: Cylc New Release Process about: Steps to check off, to make a new release. title: '' -labels: '' +labels: 'release' assignees: '' ---