Skip to content

Commit

Permalink
ci: add release labels (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Aug 8, 2024
1 parent 6b11a58 commit 807c11b
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 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: Breaking Changes 🛠
labels:
- breaking
- title: Exciting New Features 🎉
labels:
- feature
- title: Fixes 🔧
labels:
- fix
- title: Other Changes
labels:
- "*"

0 comments on commit 807c11b

Please sign in to comment.