Add ylm file to improve GitHub release notes generation.

This commit is contained in:
Benoit Marty
2024-06-27 12:10:22 +02:00
parent 5991c3be11
commit d3a896b750

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

@@ -0,0 +1,34 @@
changelog:
categories:
- title: ✨ Features
labels:
- PR-Feature
- title: 🙌 Improvements
labels:
- PR-Change
- title: 🐛 Bugfixes
labels:
- PR-Bugfix
- title: ⚠️ API Changes
labels:
- PR-Api
- title: 🗣 Translations
labels:
- PR-i18n
- title: 🧱 Build
labels:
- PR-Build
- title: 📄 Documentation
labels:
- PR-Doc
- title: 🚧 In development 🚧
labels:
- PR-Wip
- title: Dependency upgrades
labels:
- PR-Dependencies
- title: Others
labels:
- PR-misc
- "*"