Skip to content

Commit ca899e2

Browse files
authored
ci(release-notes): add release labels config (#52)
1 parent e4ece5f commit ca899e2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
categories:
3+
- title: '🚀 Features'
4+
labels:
5+
- 'feat'
6+
- title: '🔧 Fixes'
7+
labels:
8+
- 'fix'
9+
- title: '📄 Documentation'
10+
labels:
11+
- 'docs'
12+
- title: '⚙️ Maintenance'
13+
labels:
14+
- 'chore'
15+
- 'ci'
16+
- 'perf'
17+
- 'test'
18+
- 'build'
19+
- title: 'Others'
20+
labels:
21+
- "*"

0 commit comments

Comments
 (0)