Skip to content

Commit 50fd523

Browse files
authored
add release notes config
1 parent e419d75 commit 50fd523

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: '🚀 New Features'
6+
labels:
7+
- 'type:new feature'
8+
- title: '🔬 Improvements'
9+
labels:
10+
- 'type:improvement'
11+
- title: '🐞 Bug Fixes'
12+
labels:
13+
- 'type:bug'
14+
- title: '⬆️ Dependency Updates'
15+
labels:
16+
- 'type:dependencies'
17+
- title: '⛔️ Security'
18+
labels:
19+
- 'type:security'
20+
- title: '👻 Internal changes'
21+
labels:
22+
- 'type:internal'

0 commit comments

Comments
 (0)