Skip to content

Commit

Permalink
config_sync: .github/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jul 5, 2024
1 parent a7903df commit a2c1d2e
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
Expand Up @@ -4,7 +4,14 @@
changelog:
exclude:
labels:
- duplicate
- invalid
- modulesync
- question
- skip-changelog
- wont-fix
- wontfix
- ignore-for-release

categories:
- title: Breaking Changes 🛠
Expand All @@ -15,6 +22,20 @@ changelog:
labels:
- enhancement

- title: Bug Fixes 🐛
labels:
- bug
- bugfix

- title: Documentation Updates 📚
labels:
- documentation
- docs

- title: Dependency Updates ⬆️
labels:
- dependencies

- title: Other Changes
labels:
- "*"

0 comments on commit a2c1d2e

Please sign in to comment.