Skip to content

Commit ab92fec

Browse files
committed
Init GitHub Release generator setting
1 parent 2ee6186 commit ab92fec

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
changelog:
2+
categories:
3+
- title: "Bug fixes"
4+
labels:
5+
- bug
6+
- title: "Breaking changes"
7+
labels:
8+
- "breaking change"
9+
- title: "New features"
10+
labels:
11+
- "new feature"
12+
- title: Deprecated
13+
labels:
14+
- deprecate
15+
- title: Removed
16+
labels:
17+
- remove
18+
- title: Others
19+
labels:
20+
- "*"

0 commit comments

Comments
 (0)