-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template for release tracker issues
Signed-off-by: Maayan Friedman <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Release Tracker | ||
about: Release Tracker | ||
title: 'Release <x.y.z>' | ||
labels: release-tracker | ||
|
||
--- | ||
|
||
<!-- | ||
Fill in the actual release version. | ||
If the schedule release date is known, fill the actual date. | ||
--> | ||
|
||
**Scheduled release date: TBD** | ||
|
||
This is a tracker to aggregate issues that should be part of <x.y.z>. | ||
Please add specific Issues or PRs prefixed with the "Depends on" keyword | ||
(and remember that PRs need to be backported to the release-<x.y> branch). | ||
|
||
Make sure to follow the manual steps listed below before starting the release process. | ||
|
||
### Manual Steps | ||
|
||
For detailed information regarding each step, please check: https://submariner.io/development/building-testing/ci-maintenance/ | ||
- [ ] Custom GitHub Actions | ||
- [ ] GitHub Actions | ||
- [ ] Kubernetes Versions | ||
- [ ] Shipyard Base Image Software | ||
- [ ] Shipyard Linting Image Software | ||
|