File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : {
3
3
"packages/js-utils" : {},
4
4
"packages/browser-utils" : {}
5
- }
6
- }
5
+ },
6
+ "changelog-sections" : [
7
+ { "type" : " feat" , "section" : " Features" },
8
+ { "type" : " feature" , "section" : " Features" },
9
+ { "type" : " fix" , "section" : " Bug Fixes" },
10
+ { "type" : " perf" , "section" : " Performance Improvements" },
11
+ { "type" : " revert" , "section" : " Reverts" },
12
+ { "type" : " docs" , "section" : " Documentation" },
13
+ { "type" : " style" , "section" : " Styles" , "hidden" : true },
14
+ { "type" : " chore" , "section" : " Miscellaneous Chores" , "hidden" : true },
15
+ { "type" : " refactor" , "section" : " Code Refactoring" },
16
+ { "type" : " test" , "section" : " Tests" },
17
+ { "type" : " build" , "section" : " Build System" },
18
+ { "type" : " ci" , "section" : " Continuous Integration" }
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments