Skip to content

Commit 810bfa2

Browse files
committed
chore: add .github/release.yml
Signed-off-by: Rui Chen <[email protected]>
1 parent 019fc21 commit 810bfa2

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+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
- github-actions
6+
authors:
7+
- octocat
8+
- renovate[bot]
9+
categories:
10+
- title: Breaking Changes 🛠
11+
labels:
12+
- breaking-change
13+
- title: Exciting New Features 🎉
14+
labels:
15+
- enhancement
16+
- feature
17+
- title: Bug fixes 🐛
18+
labels:
19+
- bug
20+
- title: Other Changes 🔄
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)