Skip to content

Commit

Permalink
Add global release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 17, 2024
1 parent 8be1082 commit c0b5436
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit c0b5436

Please sign in to comment.