Skip to content

Commit 23e420a

Browse files
authored
chore: add release yml (#101)
1 parent cc19fb1 commit 23e420a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
authors:
6+
# Ignore the release PR created by github-actions
7+
- github-actions
8+
categories:
9+
- title: Breaking Changes 🍭
10+
labels:
11+
- 'release: breaking change'
12+
- title: New Features 🎉
13+
labels:
14+
- 'release: feature'
15+
- title: Performance 🚀
16+
labels:
17+
- 'release: performance'
18+
- title: Bug Fixes 🐞
19+
labels:
20+
- 'release: bug fix'
21+
- title: Document 📖
22+
labels:
23+
- 'release: document'
24+
- title: Other Changes
25+
labels:
26+
- '*'

0 commit comments

Comments
 (0)