adjusted labels used in auto-generated release notes

[ci skip]
This commit is contained in:
Sebastian Stenzel
2023-05-05 10:56:44 +02:00
parent 9297562c99
commit e8f8466d9a

14
.github/release.yml vendored
View File

@@ -10,14 +10,20 @@ changelog:
categories:
- title: What's New 🎉
labels:
- release-notes:feature
- type:feature-request
- type:enhancement
- title: Bugfixes 🐛
labels:
- release-notes:bugfix
- type:security-issue
- type:bug
- type:minor-bug
- title: Other Changes 📎
labels:
- "*"
exclude:
labels:
- release-notes:feature
- release-notes:bugfix
- type:feature-request
- type:enhancement
- type:security-issue
- type:bug
- type:minor-bug