Skip to content

Commit

Permalink
Add configuration for automated GitHub Release Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Dec 9, 2024
1 parent f57c0ff commit 346f13e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .github/release.yml

changelog:
exclude:
authors:
- octocat
categories:
- title: Breaking Changes 💥
labels:
- ":boom: breaking"
- title: Exciting New Features 🎉
labels:
- ":tulip: enhancement"
- title: Other Changes
labels:
- "*"

0 comments on commit 346f13e

Please sign in to comment.