Skip to content

Commit 80086cb

Browse files
authored
Merge pull request #161 from blairconrad/generate-release-notes
Generate release notes
2 parents b279d8a + 9c635f1 commit 80086cb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Exciting New Features ✨
7+
labels:
8+
- enhancement
9+
- title: Bug Fixes 🐞
10+
labels:
11+
- bug
12+
- title: Other Changes
13+
labels:
14+
- "*"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
name: ${{ env.GA_VERSION }}
5353
tag_name: ${{ env.GA_VERSION }}
54+
generate_release_notes: true
5455

5556
build-man-page:
5657
name: build-man-page

0 commit comments

Comments
 (0)