Skip to content

Commit 4aa94f1

Browse files
authored
autogenerate release notes in release workflow (#56)
1 parent 4b3eb3a commit 4aa94f1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/release.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- housekeeping
5+
categories:
6+
- title: Features
7+
labels:
8+
- enhancement
9+
- title: Bugs and Regressions
10+
labels:
11+
- bug
12+
- title: Other Changes
13+
labels:
14+
- "*"

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
uses: softprops/action-gh-release@v1
5353
with:
5454
name: Release ${{ env.RELEASE_VERSION }}
55+
generate_release_notes: true
5556
fail_on_unmatched_files: true
5657
files: |
5758
./dist/install.yaml

0 commit comments

Comments
 (0)