Skip to content

Commit

Permalink
Merge pull request #548 from KyleAure/automation-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure authored Jul 2, 2024
2 parents 26e2794 + 71aa9c7 commit 45e9490
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/tck-challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45e9490

Please sign in to comment.