Add PR labels for automatic release notes

This commit is contained in:
Ricki Hirner
2024-04-15 11:43:42 +02:00
parent a3a4a72012
commit 80a54de015

17
.github/release.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: New features
labels:
- enhancement
- title: Bug fixes
labels:
- bug
- title: Refactoring
labels:
- refactoring
- title: Other changes
labels:
- "*"