We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8db7d4 commit fa9b603Copy full SHA for fa9b603
1 file changed
.github/release.yml
@@ -0,0 +1,41 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ authors:
8
+ - dependabot
9
+ - dependabot[bot]
10
+ - renovate
11
+ - renovate[bot]
12
+ - renovate-bot
13
+ - kodiakhq
14
+ - kodiakhq[bot]
15
16
+ categories:
17
+ - title: 📐 New Rules
18
19
+ - New Rule
20
+ - title: 🚀 Features
21
22
+ - feature
23
+ - enhancement
24
+ - title: 💥 Breaking Changes
25
26
+ - api-breaking change
27
+ - title: 🐛 Bug Fixes
28
29
+ - fix
30
+ - bugfix
31
+ - bug
32
+ - title: 🧰 Maintenance
33
34
+ - chore
35
+ - dependencies
36
+ - title: ℹ️ Website
37
38
+ - documentation
39
+ - title: Other Changes
40
41
+ - "*"
0 commit comments