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 ac5bf87 commit 3ea9db9Copy full SHA for 3ea9db9
.github/release.yml
@@ -0,0 +1,30 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ authors:
8
+ - octocat
9
+ categories:
10
+ - title: Breaking Changes 🛠
11
12
+ - breaking-change
13
+ - title: Exciting New Features 🎉
14
15
+ - enhancement
16
+ - title: Bug Fixes 🐛
17
18
+ - bug
19
+ - title: Documentation 📚
20
21
+ - documentation
22
+ - title: Maintenance 🔧
23
24
+ - chore
25
+ - title: 👒 Dependencies
26
27
+ - dependencies
28
+ - title: Other Changes
29
30
+ - "*"
0 commit comments