Skip to content

Commit 6968d51

Browse files
committed
add release.yml config
1 parent 66a8814 commit 6968d51

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
categories:
5+
- title: '❗ Breaking Changes'
6+
labels:
7+
- '❗ BreakingChange'
8+
- title: '🚀 New Features'
9+
labels:
10+
- '✏️ Feature'
11+
- '📝 Proposal'
12+
- title: '🧹 Updates'
13+
labels:
14+
- '🧹 Updates'
15+
- title: '🐛 Bug Fixes'
16+
labels:
17+
- '☢️ Bug'
18+
- title: '🛠️ Maintenance'
19+
labels:
20+
- '🤖 Dependencies'
21+
- title: '📚 Documentation'
22+
labels:
23+
- '📒 Documentation'
24+
- title: 'Other Changes'
25+
labels:
26+
- '*'

0 commit comments

Comments
 (0)