We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e71950 commit e63d10cCopy full SHA for e63d10c
.github/release.yml
@@ -0,0 +1,32 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - ignore in release notes
5
+
6
+ categories:
7
+ - title: New Features 🎉
8
9
+ - feature
10
+ - enhancement
11
12
13
+ - breaking change
14
15
+ - title: Fixes 🐞
16
17
+ - bug
18
19
20
21
22
+ - title: Breaking Changes 🛫
23
24
25
26
+ - title: Docs 📚
27
28
+ - documentation
29
30
+ - title: Other Changes 🦾
31
32
+ - "*"
0 commit comments