[CI-SKIP] Add GitHub changelog configuration

This commit is contained in:
Alex (TuxCoding)
2025-04-28 13:06:17 +02:00
committed by GitHub
parent 1c194280b1
commit 69fa341188

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

@ -0,0 +1,25 @@
# Configure how the release notes are generated for GitHub releases
changelog:
# List of authors (like bots) and labels to exclude from pull requests
exclude:
labels:
- ignore-for-release
categories:
- title: 🛠 Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: 🎉 Exciting New Features
labels:
- Semver-Minor
- enhancement
- title: 🐞 Bugfixes
labels:
- bug
- title: 👒 Dependencies
labels:
- dependencies
- title: Other Changes
labels:
- "*"