Skip to content

Commit 8bd1a40

Browse files
committed
feat: add release.yml
1 parent 2f6a5c1 commit 8bd1a40

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
categories:
8+
- title: '🔥 Breaking Changes'
9+
labels:
10+
- 'breaking'
11+
- title: 🏕 Features
12+
labels:
13+
- 'enhancement'
14+
- title: '🐛 Bug Fixes'
15+
labels:
16+
- 'bug'
17+
- title: '👋 Deprecated'
18+
labels:
19+
- 'deprecation'
20+
- title: 👒 Dependencies
21+
labels:
22+
- dependencies
23+
- title: Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)