File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 },
8585 "npm" : {
8686 "publish" : true ,
87+ "skipChecks" : true ,
8788 "publishArgs" : [" --provenance --access public" ]
8889 },
8990 "github" : {
9495 },
9596 "plugins" : {
9697 "@release-it/conventional-changelog" : {
97- "preset" : " conventionalcommits" ,
98+ "preset" : {
99+ "name" : " conventionalcommits" ,
100+ "types" : [
101+ { "type" : " feat" , "section" : " Features" },
102+ { "type" : " fix" , "section" : " Bug Fixes" },
103+ { "type" : " perf" , "section" : " Performance" },
104+ { "type" : " refactor" , "section" : " Refactors" },
105+ { "type" : " docs" , "section" : " Documentation" },
106+ { "type" : " style" , "section" : " Styles" },
107+ { "type" : " chore" , "section" : " Chores" },
108+ { "type" : " test" , "section" : " Tests" },
109+ { "type" : " ci" , "section" : " CI" },
110+ { "type" : " build" , "section" : " Build" }
111+ ]
112+ },
98113 "infile" : " ../CHANGELOG.md"
99114 }
100115 }
You can’t perform that action at this time.
0 commit comments