Skip to content

Commit

Permalink
feat: Provide issue template to track progress of new KEDA release (#…
Browse files Browse the repository at this point in the history
…3539)

Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Aug 10, 2022
1 parent b16166a commit 11f2fc5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/4_release_tracker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: KEDA Release Tracker
about: Template to keep track of the progress for a new KEDA release.
title: "Release: "
labels: governance,release-management
assignees: tomkerkhove,zroubalik,jorturfer
---

This issue template is used to track the rollout of a new KEDA version.

For the full release process, we recommend reading [this document](https://github.com/kedacore/keda/blob/main/RELEASE-PROCESS.MD).

## Progress

- [ ] Prepare changelog
- [ ] Add the new version to GitHub Bug report template
- [ ] Publish new documentation version
- [ ] Create KEDA release
- [ ] Setup continous container scanning with Snyk
- [ ] Prepare & ship Helm chart
- [ ] Prepare next release
- [ ] Provide update in Slack
- [ ] Tweet about new release

0 comments on commit 11f2fc5

Please sign in to comment.