Skip to content
Merged
Changes from 1 commit
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
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/create-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Create Release
about: Release template to track the next release
title: Release x.y
labels: area/release
assignees: ''

---

This Issue tracks the next `external-dns` release. Please follow the guideline below. If anything is missing or unclear, please add a comment to this issue so this can be improved after the release.

#### Preparation Tasks

<!--
Steps or issues goes here
-->

#### Release Execution

- [ ] Follow the [Release Process guide](https://kubernetes-sigs.github.io/external-dns/latest/docs/20190708-external-dns-incubator/#release-process-artifacts)

#### After Release Tasks

- [ ] Announce release on `#external-dns` in Slack
Loading