From 354f7db009dbeb9ba6de03352daf424db605ad81 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 9 May 2024 12:53:23 +0100 Subject: [PATCH] Split support links into two items Signed-off-by: Stewart X Addison --- .github/ISSUE_TEMPLATE/release-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 762a29a..4e39a36 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -147,7 +147,8 @@ Release Week Checklist: - [ ] **Publish updates to the containers to dockerhub** - [ ] **Edit the [Homebrew Temurin Cask](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/temurin.rb)** and replace the version and sha256 as appropriate. This means for Homebrew users that they install the latest by default and can use the `@` notation to install older versions if they wish. -- [ ] **Update support page** (_automate_* github workflow to create a PR to update [support webpage](https://github.com/adoptium/adoptium.net/blob/main/content/asciidoc-pages/supported-platforms/index.adoc)) +- [ ] **Update support page** (_automate_* github workflow to create a PR to update the versions and dates on the [support table](https://github.com/adoptium/temurin-build/pull/3783/commits/54567dd5d5374c51625831e264f118c998d24d91)) +- [ ] **Update supported platforms tables if needed** if they have changed in this release(https://github.com/adoptium/adoptium.net/blob/main/content/asciidoc-pages/supported-platforms/index.adoc) - [ ] **Update release notes** (_automate_* - github workflow to create update for release notes pages - [example](https://adoptium.net/temurin/release-notes/?version=jdk8u382-b05)) - [ ] **Trigger linux installers pipeline** currently it is part of the build pipelines (will eventually be updated to run independently) - [ ] **Publicize the release** via Slack #release channel and Twitter (can be partially automated)