1+ {
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
3+ "include-v-in-tag" :true ,
4+ "tag-separator" : " -" ,
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+ ]
23+ }
0 commit comments