Skip to content

Commit 0046094

Browse files
authored
Add release template
1 parent 159fc13 commit 0046094

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+
# .github/release.yml
2+
3+
changelog:
4+
categories:
5+
- title: Features
6+
labels:
7+
- feature
8+
- title: Enhancements
9+
labels:
10+
- enhancement
11+
- title: Bugfixes
12+
labels:
13+
- bug
14+
- title: Other Changes
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)