mirror of https://github.com/knative/client.git
Add release note template (#1956)
This commit is contained in:
parent
b626b741fa
commit
31cec399a8
|
@ -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:
|
||||
- "*"
|
Loading…
Reference in New Issue