File tree Expand file tree Collapse file tree 2 files changed +95
-5
lines changed
Expand file tree Collapse file tree 2 files changed +95
-5
lines changed Original file line number Diff line number Diff line change 11name-template : $RESOLVED_VERSION
22tag-template : v$RESOLVED_VERSION
3+ pull-request :
4+ title-templates :
5+ fix : ' 🐛 $TITLE (#$NUMBER)'
6+ feat : ' 🚀 $TITLE (#$NUMBER)'
7+ default : ' $TITLE (#$NUMBER)'
8+ autolabeler :
9+ - label : ' bug'
10+ branch :
11+ - ' /fix\/.+/'
12+ title :
13+ - ' /fix/i'
14+ - label : ' feature'
15+ branch :
16+ - ' /feature\/.+/'
17+ title :
18+ - ' /feat/i'
19+ - label : ' documentation'
20+ branch :
21+ - ' /docs\/.+/'
22+ title :
23+ - ' /docs/i'
24+ - label : ' maintenance'
25+ branch :
26+ - ' /(chore|refactor|style|test|ci|perf|build|deps)\/.+/'
27+ title :
28+ - ' /(chore|refactor|style|test|ci|perf|build|deps)/i'
29+ - label : ' chore'
30+ branch :
31+ - ' /chore\/.+/'
32+ title :
33+ - ' /chore/i'
34+ - label : ' refactor'
35+ branch :
36+ - ' /refactor\/.+/'
37+ title :
38+ - ' /refactor/i'
39+ - label : ' style'
40+ branch :
41+ - ' /style\/.+/'
42+ title :
43+ - ' /style/i'
44+ - label : ' test'
45+ branch :
46+ - ' /test\/.+/'
47+ title :
48+ - ' /test/i'
49+ - label : ' ci'
50+ branch :
51+ - ' /ci\/.+/'
52+ title :
53+ - ' /ci/i'
54+ - label : ' perf'
55+ branch :
56+ - ' /perf\/.+/'
57+ title :
58+ - ' /perf/i'
59+ - label : ' build'
60+ branch :
61+ - ' /build\/.+/'
62+ title :
63+ - ' /build/i'
64+ - label : ' deps'
65+ branch :
66+ - ' /deps\/.+/'
67+ title :
68+ - ' /deps/i'
69+ - label : ' revert'
70+ branch :
71+ - ' /revert\/.+/'
72+ title :
73+ - ' /revert/i'
374categories :
4- - title : ✨ Features
75+ - title : ' 🚀 Features'
576 labels :
77+ - ' feat'
678 - " type: enhancement"
779 - " type: new feature"
880 - " type: major"
9- - title : 🐛 Bug Fixes/Improvements
81+ - title : ' 🐛 Bug Fixes'
1082 labels :
83+ - ' fix'
1184 - " type: improvement"
1285 - " type: bug"
1386 - " type: minor"
14- - title : 🛠 Dependency upgrades
87+ - title : ' 📚 Documentation '
1588 labels :
89+ - ' docs'
90+ - title : ' 🔧 Maintenance'
91+ labels :
92+ - ' maintenance'
93+ - ' chore'
94+ - ' refactor'
95+ - ' style'
96+ - ' test'
97+ - ' ci'
98+ - ' perf'
99+ - ' build'
100+ - ' deps'
16101 - " type: dependency upgrade"
17102 - " dependencies"
18- - title : ⚙️ Build/CI
19- labels :
20103 - " type: ci"
21104 - " type: build"
105+ - title : ' ⏪ Reverts'
106+ labels :
107+ - ' revert'
22108change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
23109version-resolver :
24110 major :
Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - ' [7-9]+.[0-9]+.x'
8+ pull_request :
9+ types : [opened, reopened, synchronize]
10+ pull_request_target :
11+ types : [opened, reopened, synchronize]
812 workflow_dispatch :
913jobs :
1014 release_notes :
You can’t perform that action at this time.
0 commit comments