Add release note template (#1956)

This commit is contained in:
David Simansky 2024-07-17 14:17:28 +02:00 committed by GitHub
parent b626b741fa
commit 31cec399a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
.github/release.yml vendored Normal file
View File

@ -0,0 +1,21 @@
changelog:
exclude:
authors:
- knative-automation
categories:
- title: 🚨 Breaking or Notable Changes
labels:
- kind/api-change
- kind/deprecation
- kind/removal
- kind/security
- title: 💫 New Features & Enhancements
labels:
- kind/feature
- kind/enhancement
- title: 🐞 Bug Fixes
labels:
- kind/bug
- title: Other Changes
labels:
- "*"