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 Jan 22, 2025
1 parent d62b5d6 commit 661b334
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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 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 661b334

Please sign in to comment.