Skip to content

Commit

Permalink
Automatic release notes out of PR labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Dec 16, 2024
1 parent 53b1d7e commit 9ac46bb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
changelog:
categories:
- title: Bug Fixes
labels:
- T-Defect

- title: New Features
labels:
- T-Enhancement

- title: Changes to the admin API
labels:
- T-Admin-API

- title: Documentation
labels:
- A-Documentation

- title: Translations
labels:
- A-I18n

- title: Dependency Updates
labels:
- A-Dependencies

- title: Internal Changes
labels:
- T-Task

- title: Other Changes
labels:
- "*"
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ jobs:
- name: Prepare a release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
body: |
### Docker image
Expand Down

0 comments on commit 9ac46bb

Please sign in to comment.