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 1a82202 commit b244a26Copy full SHA for b244a26
.github/release.yml
@@ -0,0 +1,26 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release-notes
5
+ categories:
6
+ - title: New Feature 🎉
7
8
+ - feature
9
+ - title: Improvement ✨
10
11
+ - enhancement
12
+ - title: Bug Fixes 🐛
13
14
+ - bug
15
+ - title: Bug Fixes (BETA) 🐛
16
17
+ - bug_beta
18
+ - title: Documentation 📚
19
20
+ - documentation
21
+ - title: Development 💻
22
23
+ - development
24
+ - title: Other Changes ⚡
25
26
+ - "*"
0 commit comments