We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06146b commit 84af909Copy full SHA for 84af909
1 file changed
.github/release.yml
@@ -0,0 +1,29 @@
1
+# Configuration for GitHub's auto-generated release notes.
2
+# See: https://docs.github.com/en/repositories/releasing-on-github/automatically-generated-release-notes
3
+
4
+changelog:
5
+ exclude:
6
+ labels:
7
+ - "duplicate"
8
+ - "invalid"
9
+ - "wontfix"
10
+ - "stale"
11
+ categories:
12
+ - title: "Features"
13
14
+ - "enhancement"
15
+ - title: "Bug Fixes"
16
17
+ - "bug"
18
+ - title: "Documentation"
19
20
+ - "documentation"
21
+ - title: "Testing"
22
23
+ - "testing"
24
+ - title: "Dependencies"
25
26
+ - "dependencies"
27
+ - title: "Other Changes"
28
29
+ - "*"
0 commit comments