From 71aa9c74f85efba3ec5e3b164513227606c35170 Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Fri, 28 Jun 2024 14:02:17 -0500 Subject: [PATCH] Add 3.0.4 to templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++---- .github/ISSUE_TEMPLATE/release.yml | 8 ++++---- .github/ISSUE_TEMPLATE/tck-challenge.yml | 6 ++---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d2b0315a..0f691f96 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,10 +18,8 @@ body: options: - 3.1.1 - 3.1.0 - - 3.1.0-RC2 - - 3.1.0-RC1 - - 3.1.0-M2 - - 3.1.0-M1 + - 3.0.4 + - 3.0.3 - 3.0.2 - 3.0.1 - 3.0.0 diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 959924fe..f3396482 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -36,16 +36,16 @@ body: - [ ] Complete outstanding work - [ ] [Update TCK Signatures to capture API changes](https://github.com/jakartaee/concurrency/actions/workflows/update.yml) #### Stage release - - [ ] [Build and stage artifacts to staging repository](https://ci.eclipse.org/cu/view/Release/job/concurrency_api_1-build-and-stage/) - - [ ] [Build and stage the TCK distribution artifact to download.eclipse.org](https://ci.eclipse.org/cu/view/Release/job/concurrency_tck_1-build-and-stage/) + - [ ] [Build and stage artifacts to staging repository](https://ci.eclipse.org/cu/view/Release%20Builds/job/concurrency_api_1-build-and-stage/) + - [ ] [Build and stage the TCK distribution artifact to download.eclipse.org](https://ci.eclipse.org/cu/view/Eclipse%20Builds/job/concurrency_tck_1-pull-and-stage/) - [ ] Update this issue with a comment that links to the staged artifacts and the generated GitHub branch and tag - [ ] [Create a `draft` on GitHub](https://github.com/jakartaee/concurrency/releases/new) #### Verify and modify - [ ] Ask for feedback from the community to verify the staged artifact has all the expected changes. - [ ] If anything needs to be added before publishing do that now and repeat the `Stage Release` section #### Publish release - - [ ] [Publish staged artifacts to the public repository](https://ci.eclipse.org/cu/view/Release/job/concurrency_api_3-staging-to-release/) - - [ ] [Publish staged TCK distribution artifact to download.eclipse.org](https://ci.eclipse.org/cu/view/Release/job/concurrency_tck_2-staging-to-promoted/) + - [ ] [Publish staged artifacts to the public repository](https://ci.eclipse.org/cu/view/Release%20Builds/job/concurrency_api_3-staging-to-release/) + - [ ] [Publish staged TCK distribution artifact to download.eclipse.org](https://ci.eclipse.org/cu/view/Eclipse%20Builds/job/concurrency_tck_2-staging-to-promoted/) - [ ] Update this issue with a comment that links to the published artifacts and the generated GitHub branch and tag - [ ] [Modify the `draft` release on GitHub to be `latest` or `pre-release`](https://github.com/jakartaee/concurrency/releases) #### Follow up diff --git a/.github/ISSUE_TEMPLATE/tck-challenge.yml b/.github/ISSUE_TEMPLATE/tck-challenge.yml index 3cf96010..49ebb400 100644 --- a/.github/ISSUE_TEMPLATE/tck-challenge.yml +++ b/.github/ISSUE_TEMPLATE/tck-challenge.yml @@ -34,10 +34,8 @@ body: options: - 3.1.1 - 3.1.0 - - 3.1.0-RC2 - - 3.1.0-RC1 - - 3.1.0-M2 - - 3.1.0-M1 + - 3.0.4 + - 3.0.3 - 3.0.2 - 3.0.1 - 3.0.0