We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b279d8a commit 9c635f1Copy full SHA for 9c635f1
.github/release.yml
@@ -0,0 +1,14 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: Exciting New Features ✨
7
8
+ - enhancement
9
+ - title: Bug Fixes 🐞
10
11
+ - bug
12
+ - title: Other Changes
13
14
+ - "*"
.github/workflows/release.yml
@@ -51,6 +51,7 @@ jobs:
51
with:
52
name: ${{ env.GA_VERSION }}
53
tag_name: ${{ env.GA_VERSION }}
54
+ generate_release_notes: true
55
56
build-man-page:
57
name: build-man-page
0 commit comments