File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 概述
22
3- 实现/解决/优化的内容:
3+ 实现/解决/优化的内容:
44
55### 事务
66
7- - [ ] 已与维护者在issues或其他平台沟通此PR大致内容
7+ - [ ] 已与维护者在 issues 或其他平台沟通此 PR 大致内容
88
9- ## 以下内容可在起草PR后、合并PR前逐步完成
9+ ## 以下内容可在起草 PR 后、合并 PR 前逐步完成
1010
1111### 功能
1212
2121
2222### 风险
2323
24- 可能导致或已知的问题:
24+ 可能导致或已知的问题:
Original file line number Diff line number Diff line change 1- name-template : ' v$RESOLVED_VERSION 🌈'
2- tag-template : ' v$RESOLVED_VERSION'
1+ name-template : " v$RESOLVED_VERSION 🌈"
2+ tag-template : " v$RESOLVED_VERSION"
33categories :
4- - title : ' 🚀 Features'
4+ - title : " 🚀 Features"
55 labels :
6- - ' feature'
7- - ' enhancement'
8- - title : ' 🐛 Bug Fixes'
6+ - " feature"
7+ - " enhancement"
8+ - title : " 🐛 Bug Fixes"
99 labels :
10- - ' fix'
11- - ' bugfix'
12- - ' bug'
13- - title : ' 🧰 Maintenance'
14- label : ' chore'
15- change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
10+ - " fix"
11+ - " bugfix"
12+ - " bug"
13+ - title : " 🧰 Maintenance"
14+ label : " chore"
15+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
1616change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1717version-resolver :
1818 major :
1919 labels :
20- - ' major'
20+ - " major"
2121 minor :
2222 labels :
23- - ' minor'
23+ - " minor"
2424 patch :
2525 labels :
26- - ' patch'
26+ - " patch"
2727 default : patch
2828template : |
2929 ## Changes
30- $CHANGES
30+ $CHANGES
You can’t perform that action at this time.
0 commit comments