Skip to content

Commit e63d10c

Browse files
authored
Create release.yml
1 parent 6e71950 commit e63d10c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: .github/release.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore in release notes
5+
6+
categories:
7+
- title: New Features 🎉
8+
labels:
9+
- feature
10+
- enhancement
11+
exclude:
12+
labels:
13+
- breaking change
14+
15+
- title: Fixes 🐞
16+
labels:
17+
- bug
18+
exclude:
19+
labels:
20+
- breaking change
21+
22+
- title: Breaking Changes 🛫
23+
labels:
24+
- breaking change
25+
26+
- title: Docs 📚
27+
labels:
28+
- documentation
29+
30+
- title: Other Changes 🦾
31+
labels:
32+
- "*"

0 commit comments

Comments
 (0)