Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue template for new releases #668

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/---new-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
name: "\U0001F680 New Release Tracker"
about: 'Create an issue to track the progress of a new Mandrel release'
title: '<version> Release Tracker'
labels: release
assignees: ''
---

# Prerequisites

- [x] All issues in the version's milestone are closed
- [x] Suite files marked for release in source tree
- [x] Version tag created
- [ ] Corresponding GraalVM CE builds released
- [ ] OpenJDK Temurin builds required as the base-JDK is released

# Builds/Test Matrix

## Builds

| | amd64 | aarch64 |
|----------|----------|----------|
| Linux | :pause_button: | :pause_button: |
| Windows | :pause_button: | :no_entry: |

## Quarkus Native Integration Tests

| | amd64 | aarch64 |
|----------|----------|----------|
| Linux | :pause_button: | :pause_button: |
| Windows | :pause_button: | :no_entry: |

## [Mandrel Integration Tests](https://github.com/Karm/mandrel-integration-tests/)

| | amd64 | aarch64 |
|----------|----------|----------|
| Linux | :pause_button: | :pause_button: |
| Windows | :pause_button: | :no_entry: |

## Legend

:white_check_mark: means the activity has successfully completed.

:hourglass_flowing_sand: means tests are still in progress.

:no_entry: means there is no build planned for that combination.

:pause_button: means the activity has not started yet.

:x: means there is an issue with the build or tests of that combination.

**Note:** When updating the change please use a hyperlink to make the emoji link to the corresponding CI run or GitHub issue.

# Next steps

- [ ] [Quarkus builder image](https://github.com/quarkusio/quarkus-images) generation
- [ ] Notify the appropriate channels
- [ ] Quarkus-Dev mailing list
- [ ] Mandrel slack channel
- [ ] Update sdkman's [update-mandrel.yml](https://github.com/sdkman/sdkman-disco-integration/blob/main/.github/workflows/update-mandrel.yml) on new major Mandrel or JDK release.