99 "bump-minor-pre-major" : true ,
1010 "bump-patch-for-minor-pre-major" : false ,
1111 "changelog-sections" : [
12- { "type" : " feat" , "section" : " Features" },
13- { "type" : " fix" , "section" : " Bug Fixes" },
14- { "type" : " perf" , "section" : " Performance" },
15- { "type" : " refactor" , "section" : " Refactoring" },
16- { "type" : " revert" , "section" : " Reverts" },
17- { "type" : " docs" , "section" : " Documentation" , "hidden" : false },
18- { "type" : " test" , "section" : " Tests" , "hidden" : false },
19- { "type" : " build" , "section" : " Build" , "hidden" : true },
20- { "type" : " ci" , "section" : " CI" , "hidden" : true },
21- { "type" : " chore" , "section" : " Chores" , "hidden" : true },
22- { "type" : " style" , "section" : " Style" , "hidden" : true }
23- ],
24- "extra-files" : [{"type" :" version-txt" ,"path" :" VERSION" }]
12+ {
13+ "type" : " feat" ,
14+ "section" : " Features"
15+ },
16+ {
17+ "type" : " fix" ,
18+ "section" : " Bug Fixes"
19+ },
20+ {
21+ "type" : " perf" ,
22+ "section" : " Performance"
23+ },
24+ {
25+ "type" : " refactor" ,
26+ "section" : " Refactoring"
27+ },
28+ {
29+ "type" : " revert" ,
30+ "section" : " Reverts"
31+ },
32+ {
33+ "type" : " docs" ,
34+ "section" : " Documentation" ,
35+ "hidden" : false
36+ },
37+ {
38+ "type" : " test" ,
39+ "section" : " Tests" ,
40+ "hidden" : false
41+ },
42+ {
43+ "type" : " build" ,
44+ "section" : " Build" ,
45+ "hidden" : true
46+ },
47+ {
48+ "type" : " ci" ,
49+ "section" : " CI" ,
50+ "hidden" : true
51+ },
52+ {
53+ "type" : " chore" ,
54+ "section" : " Chores" ,
55+ "hidden" : true
56+ },
57+ {
58+ "type" : " style" ,
59+ "section" : " Style" ,
60+ "hidden" : true
61+ }
62+ ]
2563 }
2664 }
27- }
65+ }
0 commit comments