We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011d021 commit 01f26e0Copy full SHA for 01f26e0
.github/release.yml
@@ -0,0 +1,32 @@
1
+# GitHub Release auto-generated changelog configuration
2
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3
+
4
+changelog:
5
+ exclude:
6
+ labels:
7
+ - ignore-for-release
8
+ - skip-changelog
9
+ authors:
10
+ - dependabot[bot]
11
+ categories:
12
+ - title: "Features"
13
14
+ - enhancement
15
+ - feat
16
+ - feature
17
+ - title: "Bug Fixes"
18
19
+ - bug
20
+ - fix
21
+ - bugfix
22
+ - title: "Performance"
23
24
+ - performance
25
+ - perf
26
+ - title: "Documentation"
27
28
+ - documentation
29
+ - docs
30
+ - title: "Other Changes"
31
32
+ - "*"
.releaserc.yml
0 commit comments