Skip to content

Commit 6f3bd6b

Browse files
authored
Create release.yml
1 parent 8a1bcbd commit 6f3bd6b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: Breaking Changes!
6+
labels:
7+
- breaking change
8+
- title: Fixes 🛠
9+
labels:
10+
- bugfix
11+
- title: New Features 🎉
12+
labels:
13+
- enhancement
14+
- title: Other Changes
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)