improve auto-generated release notes

[ci skip]
This commit is contained in:
Sebastian Stenzel
2023-05-05 10:52:51 +02:00
parent aa03bd119a
commit 9297562c99
2 changed files with 27 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# .github/release.yml
# see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
changelog:
exclude:
authors:
- cryptobot
- dependabot
- github-actions
categories:
- title: What's New 🎉
labels:
- release-notes:feature
- title: Bugfixes 🐛
labels:
- release-notes:bugfix
- title: Other Changes 📎
labels:
- "*"
exclude:
labels:
- release-notes:feature
- release-notes:bugfix