Skip to content

Commit 9ac46bb

Browse files
committed
Automatic release notes out of PR labels
1 parent 53b1d7e commit 9ac46bb

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/release.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
changelog:
2+
categories:
3+
- title: Bug Fixes
4+
labels:
5+
- T-Defect
6+
7+
- title: New Features
8+
labels:
9+
- T-Enhancement
10+
11+
- title: Changes to the admin API
12+
labels:
13+
- T-Admin-API
14+
15+
- title: Documentation
16+
labels:
17+
- A-Documentation
18+
19+
- title: Translations
20+
labels:
21+
- A-I18n
22+
23+
- title: Dependency Updates
24+
labels:
25+
- A-Dependencies
26+
27+
- title: Internal Changes
28+
labels:
29+
- T-Task
30+
31+
- title: Other Changes
32+
labels:
33+
- "*"

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ jobs:
301301
- name: Prepare a release
302302
uses: softprops/action-gh-release@v2
303303
with:
304+
generate_release_notes: true
304305
body: |
305306
### Docker image
306307

0 commit comments

Comments
 (0)