Configure automatic generation of release notes in GitHub (#9890)

This commit is contained in:
Bruno Alla 2026-02-11 20:37:23 +00:00 committed by GitHub
parent 80ac0a29dd
commit 91b4fae3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,26 @@
changelog:
exclude:
labels:
- dependencies
- Internal
- CI
- Documentation
authors:
- dependabot[bot]
- pre-commit-ci[bot]
categories:
- title: Breaking changes
labels:
- Breaking
- title: Features
labels:
- Feature
- title: Bug fixes
labels:
- Bug
- title: Translations
labels:
- Translations
- title: Other changes
labels:
- '*'