We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ad5f7 commit f376660Copy full SHA for f376660
1 file changed
.github/releases.yml
@@ -0,0 +1,24 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ authors:
6
+ - dependabot
7
+ categories:
8
+ - title: Breaking Changes 🛠
9
10
+ - breaking-change
11
+ - title: Exciting New Features 🎉
12
13
+ - enhancement
14
+ - title: Bug fixes🧑🔧 🐞
15
16
+ - bug
17
+ - title: Doc improvements 📚
18
19
+ - docs
20
+ - documentation
21
+ - title: Other Changes
22
23
+ - "*"
24
+
0 commit comments