File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ - ' feat'
7+ - ' feature'
8+ - title : ' 🐛 Bug Fixes'
9+ labels :
10+ - ' fix'
11+ - ' bug'
12+ - title : ' 🧹 Maintenance'
13+ labels :
14+ - ' chore'
15+ - ' refactor'
16+ - ' deps'
17+ - title : ' 📖 Documentation'
18+ labels :
19+ - ' docs'
20+ - ' documentation'
21+ - title : ' 🔧 CI/CD'
22+ labels :
23+ - ' ci'
24+ - ' build'
25+ autolabeler :
26+ - label : ' feat'
27+ title :
28+ - ' /^feat(\(.+\))?:/i'
29+ - label : ' fix'
30+ title :
31+ - ' /^fix(\(.+\))?:/i'
32+ - label : ' docs'
33+ title :
34+ - ' /^docs(\(.+\))?:/i'
35+ - label : ' chore'
36+ title :
37+ - ' /^chore(\(.+\))?:/i'
38+ - label : ' refactor'
39+ title :
40+ - ' /^refactor(\(.+\))?:/i'
41+ - label : ' ci'
42+ title :
43+ - ' /^ci(\(.+\))?:/i'
44+ - label : ' deps'
45+ title :
46+ - ' /^(chore|build)(\(deps\))?:/i'
47+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
48+ change-title-escapes : ' \<*_&'
49+ version-resolver :
50+ major :
51+ labels :
52+ - ' breaking'
53+ - ' major'
54+ minor :
55+ labels :
56+ - ' feat'
57+ - ' feature'
58+ patch :
59+ labels :
60+ - ' fix'
61+ - ' bug'
62+ - ' chore'
63+ - ' refactor'
64+ - ' deps'
65+ - ' docs'
66+ - ' ci'
67+ - ' build'
68+ default : patch
69+ template : |
70+ ## Changes
71+
72+ $CHANGES
You can’t perform that action at this time.
0 commit comments