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 409b33c commit 47c3809Copy full SHA for 47c3809
.github/release.yml
@@ -0,0 +1,28 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ - dependencies
8
+ - duplicate
9
+ - wontfix
10
+ authors:
11
+ - dependabot
12
+ categories:
13
+ - title: 💥 Breaking Changes
14
15
+ - breaking
16
+ - title: 🚀 New Features
17
18
+ - feature
19
+ - enhancement
20
+ - title: 🐛 Bug Fixes
21
22
+ - bug
23
+ - title: 🏠 Internal
24
25
+ - internal
26
+ - title: Other Changes
27
28
+ - '*'
0 commit comments