Skip to content

Commit 83a00f9

Browse files
committed
perf: update release config
1 parent a9d599c commit 83a00f9

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/release-config.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
categories:
4+
- title: '🌱 新功能 Features'
5+
labels:
6+
- 'feature'
7+
- 'enhancement'
8+
- 'feat'
9+
- '新功能'
10+
- title: '🚀 性能优化 Optimization'
11+
labels:
12+
- 'perf'
13+
- 'opt'
14+
- 'refactor'
15+
- 'Optimization'
16+
- '优化'
17+
- title: '🐛 Bug修复 Bug Fixes'
18+
labels:
19+
- 'fix'
20+
- 'bugfix'
21+
- 'bug'
22+
- title: '🧰 其它 Maintenance'
23+
labels:
24+
- 'chore'
25+
- 'docs'
26+
exclude-labels:
27+
- 'no'
28+
- '无需处理'
29+
- 'wontfix'
30+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
31+
version-resolver:
32+
major:
33+
labels:
34+
- 'major'
35+
minor:
36+
labels:
37+
- 'minor'
38+
patch:
39+
labels:
40+
- 'patch'
41+
default: patch
42+
template: |
43+
## 版本变化 What’s Changed
44+
$CHANGES
45+

0 commit comments

Comments
 (0)