Skip to content

Commit

Permalink
Add a configuration for release notes.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Nov 20, 2024
1 parent 912ebd7 commit b0b22f0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .github/release.yml

changelog:
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: Enhancements 🎉
labels:
- enhancement
- title: Bugs 🐛
labels:
- bug
- title: Dependency Upgrades ⬆
labels:
- dependency
- title: Other Changes
labels:
- "*"

0 comments on commit b0b22f0

Please sign in to comment.