Skip to content

Commit 15c2ffc

Browse files
committed
Add GitHub Release setting
1 parent 3864576 commit 15c2ffc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Keep-a-Changelog style release note
2+
changelog:
3+
categories:
4+
- title: Bug fixes
5+
labels:
6+
- bug
7+
- title: New features
8+
labels:
9+
- add
10+
- title: Changed
11+
labels:
12+
- change
13+
- title: Deprecated
14+
labels:
15+
- deprecate
16+
- title: Removed
17+
labels:
18+
- remove
19+
- title: Security
20+
labels:
21+
- security
22+
- title: Others
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)