File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments