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 b98a6aa commit b2d6bb2Copy full SHA for b2d6bb2
.github/release.yml
@@ -0,0 +1,34 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ - duplicate
8
+ - wontfix
9
+ categories:
10
+ - title: 🙌 Notable Changes
11
12
+ - category/notable
13
+ - title: 💥 Breaking Changes
14
15
+ - category/breaking
16
+ - title: 🐛 Bug Fixes
17
18
+ - type/bug
19
+ - category/bug
20
+ - title: 📄 Documentation
21
22
+ - category/documentation
23
+ - title: 🏠 Internal
24
25
+ - internal
26
+ - title: 📦 Dependencies
27
28
+ - dependencies
29
+ - title: 🌈 A11Y
30
31
+ - category/accessibility
32
+ - title: 🚀 New Features
33
34
+ - '*'
0 commit comments