From a1e4ea72dc71f0151db5eced088d38af93a10b79 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 19 Jun 2024 14:51:16 +0100 Subject: [PATCH] update release instructions --- .github/ISSUE_TEMPLATE/new-release.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-release.md b/.github/ISSUE_TEMPLATE/new-release.md index bc5db6a..c303631 100644 --- a/.github/ISSUE_TEMPLATE/new-release.md +++ b/.github/ISSUE_TEMPLATE/new-release.md @@ -138,15 +138,13 @@ See [the release docs](https://github.com/cylc/cylc-admin/blob/master/docs/howto #### Metadata: -GH Actions should automatically open PRs that bump the dev version of the projects. Check and merge them (can push alterations to PR branch if needed). +GH Actions should automatically open PRs that bump the dev version of the +projects. Check and merge them (can push alterations to PR branch if needed). -Pin downstream components to the next cylc-flow dev release: -* [ ] cylc-uiserver (pin cylc-flow to next upcoming version) -* [ ] cylc-rose (pin cylc-flow to next upcoming version) +Downstream components will need to have their dependencies bumped: -Pin components in GH Actions tests: -* [ ] cylc-doc (update versions in `.github/workflows/test.yml` "install libs to document" step(s) as appropriate) -* [ ] metomi-rose (update versions in `.github/actions/install-libs` as appropriate) +* [ ] cylc-uisever (pin to next minor cylc-flow version) +* [ ] cylc-rose (pin to next minor cylc-flow and metomi-rose versions) #### Finally: