File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,15 @@ updates:
1010 jackson :
1111 patterns :
1212 - " com.fasterxml.jackson*"
13- commit-message :
14- prefix : chore
15- include : scope
1613 - package-ecosystem : " gomod"
1714 directory : " /codegen"
1815 schedule :
1916 interval : " weekly"
2017 cooldown :
2118 default-days : 7
22- commit-message :
23- prefix : chore
24- include : scope
2519 - package-ecosystem : " github-actions"
2620 directory : " /"
2721 schedule :
2822 interval : " weekly"
2923 cooldown :
3024 default-days : 7
31- commit-message :
32- prefix : chore
33- include : scope
Original file line number Diff line number Diff line change 66 "extra-label" : " release" ,
77 "bump-minor-pre-major" : true ,
88 "bump-patch-for-minor-pre-major" : true ,
9+ "changelog-sections" : [
10+ {
11+ "type" : " feat" ,
12+ "section" : " Features"
13+ },
14+ {
15+ "type" : " fix" ,
16+ "section" : " Bug Fixes"
17+ },
18+ {
19+ "type" : " perf" ,
20+ "section" : " Performance Improvements"
21+ },
22+ {
23+ "type" : " revert" ,
24+ "section" : " Reverts"
25+ },
26+ {
27+ "type" : " chore" ,
28+ "section" : " Chores"
29+ },
30+ {
31+ "type" : " docs" ,
32+ "section" : " Documentation"
33+ },
34+ {
35+ "type" : " style" ,
36+ "section" : " Styles"
37+ },
38+ {
39+ "type" : " refactor" ,
40+ "section" : " Refactors"
41+ },
42+ {
43+ "type" : " test" ,
44+ "section" : " Tests" ,
45+ "hidden" : true
46+ },
47+ {
48+ "type" : " build" ,
49+ "section" : " Build System & Dependencies"
50+ },
51+ {
52+ "type" : " ci" ,
53+ "section" : " Continuous Integration" ,
54+ "hidden" : true
55+ }
56+ ],
957 "packages" : {
1058 "." : {
1159 "release-type" : " simple" ,
You can’t perform that action at this time.
0 commit comments