We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480da1d commit 986c7beCopy full SHA for 986c7be
.github/release.yml
@@ -0,0 +1,20 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: 🛠 Breaking Changes
7
8
+ - breaking-change
9
+ - title: 🎉 Exciting New Features
10
11
+ - enhancement
12
+ - title: 👎 Deprecations
13
14
+ - deprecation
15
+ - title: 🐛 Bug Fixes
16
17
+ - bug
18
+ - title: Other Changes
19
20
+ - "*"
0 commit comments