File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "extra-files" : [
1313 " package.json" ,
1414 " webview-ui/package.json"
15+ ],
16+ "changelog-sections" : [
17+ {
18+ "type" : " feat" ,
19+ "section" : " Features"
20+ },
21+ {
22+ "type" : " fix" ,
23+ "section" : " Bug Fixes"
24+ },
25+ {
26+ "type" : " perf" ,
27+ "section" : " Performance Improvements"
28+ },
29+ {
30+ "type" : " revert" ,
31+ "section" : " Reverts"
32+ },
33+ {
34+ "type" : " docs" ,
35+ "section" : " Documentation" ,
36+ "hidden" : true
37+ },
38+ {
39+ "type" : " style" ,
40+ "section" : " Styles" ,
41+ "hidden" : true
42+ },
43+ {
44+ "type" : " chore" ,
45+ "section" : " Miscellaneous Chores" ,
46+ "hidden" : true
47+ },
48+ {
49+ "type" : " refactor" ,
50+ "section" : " Code Refactoring" ,
51+ "hidden" : true
52+ },
53+ {
54+ "type" : " test" ,
55+ "section" : " Tests" ,
56+ "hidden" : true
57+ },
58+ {
59+ "type" : " build" ,
60+ "section" : " Build System" ,
61+ "hidden" : true
62+ },
63+ {
64+ "type" : " ci" ,
65+ "section" : " Continuous Integration" ,
66+ "hidden" : true
67+ },
68+ {
69+ "type" : " merge" ,
70+ "section" : " Merges" ,
71+ "hidden" : true
72+ }
1573 ]
1674 }
1775 },
You can’t perform that action at this time.
0 commit comments