Configure automatic generation of release notes in GitHub

This commit is contained in:
Bruno Alla 2026-02-07 13:12:08 +00:00
parent 7aa67183fe
commit ac9aec8b53

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:
- '*'