Skip to content

Commit

Permalink
Add template for release tracker issues
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Friedman <[email protected]>
  • Loading branch information
maayanf24 committed Dec 12, 2023
1 parent 58636ae commit 7c75d4d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/release-tracker.md
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

0 comments on commit 7c75d4d

Please sign in to comment.