Automatic release notes out of PR labels

This commit is contained in:
Quentin Gliech
2024-12-16 11:00:57 +01:00
parent 11509f9cde
commit d48248eb06
2 changed files with 41 additions and 0 deletions

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

@@ -0,0 +1,40 @@
changelog:
categories:
- title: Bug Fixes
labels:
- T-Defect
- title: New Features
labels:
- T-Enhancement
exclude:
labels:
- A-Admin-API
- A-Documentation
- title: Changes to the admin API
labels:
- A-Admin-API
- title: Documentation
labels:
- A-Documentation
- title: Translations
labels:
- A-I18n
- title: Internal Changes
labels:
- T-Task
- title: Other Changes
labels:
- "*"
exclude:
labels:
- A-Dependencies
- title: Dependency Updates
labels:
- A-Dependencies

View File

@@ -301,6 +301,7 @@ jobs:
- name: Prepare a release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
body: |
### Docker image