We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89746a2 + 8f14427 commit b02b2a2Copy full SHA for b02b2a2
.github/release.yml
@@ -0,0 +1,30 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore-for-release
5
+ categories:
6
+ - title: Breaking changes ⚠️
7
8
+ - breaking
9
+ - title: New features added 🎉
10
11
+ - feature
12
+ - title: Enhancements made 🛠
13
14
+ - enhancement
15
+ - title: Bugs fixed 🐛
16
17
+ - bug
18
+ - title: Documentation improvements 📜
19
20
+ - docs
21
+ - title: Maintenance 🔧
22
23
+ - ci
24
+ - testing
25
+ - dependency
26
+ - maintenance
27
+ - packaging
28
+ - title: Other changes
29
30
+ - "*"
0 commit comments