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 da438f8 commit 39a7c3bCopy full SHA for 39a7c3b
.github/release.yml
@@ -0,0 +1,31 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ authors:
6
+ - octocat
7
+ categories:
8
+ - title: 🚀 Features
9
10
+ - enhancement
11
+ - title: 🐛 Bug Fixes
12
13
+ - bug
14
+ - title: 🧼 Code Refactoring
15
16
+ - refactor
17
+ - title: 📚 Documentation
18
19
+ - documentation
20
+ - title: 🧪 Testing
21
22
+ - test
23
+ - title: 🏗️ Build System
24
25
+ - build
26
+ - title: 📦 Dependency Updates
27
28
29
+ - title: Other Changes
30
31
+ - "*"
0 commit comments