We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3eb3a commit 4aa94f1Copy full SHA for 4aa94f1
.github/release.yaml
@@ -0,0 +1,14 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - housekeeping
5
+ categories:
6
+ - title: Features
7
8
+ - enhancement
9
+ - title: Bugs and Regressions
10
11
+ - bug
12
+ - title: Other Changes
13
14
+ - "*"
.github/workflows/release.yaml
@@ -52,6 +52,7 @@ jobs:
52
uses: softprops/action-gh-release@v1
53
with:
54
name: Release ${{ env.RELEASE_VERSION }}
55
+ generate_release_notes: true
56
fail_on_unmatched_files: true
57
files: |
58
./dist/install.yaml
0 commit comments