Automatic release notes out of PR labels
This commit is contained in:
40
.github/release.yml
vendored
Normal file
40
.github/release.yml
vendored
Normal 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
|
||||
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@@ -301,6 +301,7 @@ jobs:
|
||||
- name: Prepare a release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
generate_release_notes: true
|
||||
body: |
|
||||
### Docker image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user