11{
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
23 "include-v-in-tag" :true ,
34 "tag-separator" : " -" ,
4- "packages" :{
5- "." :{
6- "changelog-path" : " CHANGELOG.md" ,
7- "changelog-sections" : [
8- { "type" : " feat" , "section" : " Features" },
9- { "type" : " feature" , "section" : " Features" },
10- { "type" : " fix" , "section" : " Bug Fixes" },
11- { "type" : " perf" , "section" : " Performance Improvements" },
12- { "type" : " revert" , "section" : " Reverts" },
13- { "type" : " docs" , "section" : " Documentation" },
14- { "type" : " style" , "section" : " Styles" },
15- { "type" : " chore" , "section" : " Miscellaneous Chores" },
16- { "type" : " refactor" , "section" : " Code Refactoring" },
17- { "type" : " test" , "section" : " Testing" },
18- { "type" : " build" , "section" : " Build System" },
19- { "type" : " ci" , "section" : " Continuous Integration" },
20- { "type" : " ui" , "section" : " User Interface" },
21- { "type" : " database" , "section" : " Database Changes" },
22- { "type" : " email" , "section" : " Email Notifications Changes" }
23- ]
24- }
25- }
5+ "changelog-path" : " CHANGELOG.md" ,
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" },
14+ { "type" : " chore" , "section" : " Miscellaneous Chores" },
15+ { "type" : " refactor" , "section" : " Code Refactoring" },
16+ { "type" : " test" , "section" : " Testing" },
17+ { "type" : " build" , "section" : " Build System" },
18+ { "type" : " ci" , "section" : " Continuous Integration" },
19+ { "type" : " ui" , "section" : " User Interface" },
20+ { "type" : " database" , "section" : " Database Changes" },
21+ { "type" : " email" , "section" : " Email Notifications Changes" }
22+ ]
2623}
0 commit comments