File tree Expand file tree Collapse file tree 1 file changed +61
-1
lines changed
Expand file tree Collapse file tree 1 file changed +61
-1
lines changed Original file line number Diff line number Diff line change 6060 ]
6161 }
6262 ],
63- " @semantic-release/release-notes-generator" ,
63+ [
64+ " @semantic-release/release-notes-generator" ,
65+ {
66+ "preset" : " conventionalcommits" ,
67+ "presetConfig" : {
68+ "types" : [
69+ {
70+ "type" : " feat" ,
71+ "section" : " Features"
72+ },
73+ {
74+ "type" : " fix" ,
75+ "section" : " Bug Fixes"
76+ },
77+ {
78+ "type" : " perf" ,
79+ "section" : " Performance Improvements"
80+ },
81+ {
82+ "type" : " refactor" ,
83+ "section" : " Refactoring"
84+ },
85+ {
86+ "type" : " chore" ,
87+ "scope" : " deps" ,
88+ "section" : " Dependency Updates" ,
89+ "hidden" : false
90+ },
91+ {
92+ "type" : " chore" ,
93+ "section" : " Chores" ,
94+ "hidden" : false
95+ },
96+ {
97+ "type" : " docs" ,
98+ "section" : " Documentation"
99+ },
100+ {
101+ "type" : " style" ,
102+ "section" : " Styles"
103+ },
104+ {
105+ "type" : " test" ,
106+ "section" : " Tests"
107+ },
108+ {
109+ "type" : " build" ,
110+ "section" : " Build System"
111+ },
112+ {
113+ "type" : " ci" ,
114+ "section" : " Continuous Integration"
115+ },
116+ {
117+ "type" : " revert" ,
118+ "section" : " Reverts"
119+ }
120+ ]
121+ }
122+ }
123+ ],
64124 [
65125 " @semantic-release/github" ,
66126 {
You can’t perform that action at this time.
0 commit comments