File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : v1
22
33labels :
4+ - label : ' breaking-change'
5+ sync : true
6+ matcher :
7+ title : ' ^.+!:|#breaking'
8+ body : ' #breaking'
49 - label : ' enhancement'
510 sync : true
611 matcher :
7- title : ' ^feat: .*'
12+ title : ' ^[fF]eat .*'
813 - label : ' document'
914 sync : true
1015 matcher :
11- title : ' ^docs: .*'
16+ title : ' ^[dD](ocs|ocumentation) .*'
1217 - label : ' bug'
1318 sync : true
1419 matcher :
15- title : ' ^fix:.*'
16- - label : ' ospp-2024'
20+ title : ' ^[fF]ix'
21+ - label : ' refactoring'
22+ sync : true
23+ matcher :
24+ title : ' ^[rR]efactor.*'
25+ - label : ' test'
26+ sync : true
27+ matcher :
28+ title : ' ^[tT]est.*'
29+ - label : ' chore'
30+ sync : true
31+ matcher :
32+ title : ' ^[cC]hore.*'
33+ - label : ' ci'
34+ sync : true
35+ matcher :
36+ title : ' ^[cC]i.*'
37+ - label : ' ospp'
38+ sync : true
39+ matcher :
40+ baseBranch : ' ^ospp-\d+/.*'
41+ - label : ' 1.x'
1742 sync : true
1843 matcher :
19- baseBranch : ' ^ospp-2024/.* '
20- - label : ' refactor-main '
44+ baseBranch : ' ^v1\.x '
45+ - label : ' release '
2146 sync : true
2247 matcher :
23- baseBranch : ' refactor/develop '
48+ baseBranch : ' ^release/v2.* '
Original file line number Diff line number Diff line change @@ -18,9 +18,16 @@ changelog:
1818 labels :
1919 - Semver-Patch
2020 - bug
21- - title : Other Changes
21+ - title : " 📖 Documentation "
2222 labels :
2323 - documentation
24+ - title : " 🔧 Maintenance"
25+ labels :
2426 - refactoring
27+ - test
2528 - unit-test
29+ - chore
2630 - ci
31+ - title : " Other Changes"
32+ labels : ["*"]
33+ collapse : true
You can’t perform that action at this time.
0 commit comments