Skip to content

Commit

Permalink
Add global release notes template (#281)
Browse files Browse the repository at this point in the history
* Add global release notes template

* Add dependabot to ignore list
  • Loading branch information
dsimansk authored Jul 17, 2024
1 parent 8be1082 commit 8ee09d0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
changelog:
exclude:
authors:
- dependabot
- 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 8ee09d0

Please sign in to comment.