11{
2- "bump-minor-pre-major" : true ,
3- "bump-patch-for-minor-pre-major" : true ,
4- "draft" : false ,
5- "prerelease" : false ,
6- "draft-pull-request" : true ,
7- "changelog-sections" : [
8- { "type" : " feat" , "section" : " Features" , "hidden" : false },
9- { "type" : " fix" , "section" : " Bug Fixes" , "hidden" : false },
10- { "type" : " chore" , "section" : " Miscellaneous" , "hidden" : false },
11- { "type" : " perf" , "section" : " Performance Improvements" , "hidden" : false },
12- { "type" : " revert" , "section" : " Reverts" , "hidden" : false },
13- { "type" : " build" , "section" : " Build System" , "hidden" : false }
14- ],
15- "release-type" : " node" ,
16- "pull-request-title-pattern" : " chore: release v${version}" ,
17- "packages" : {
18- "." : {
19- "changelog-path" : " CHANGELOG.md" ,
20- "package-name" : " @bucketeer/docs-local-mcp-server"
21- }
22- },
23- "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
24- }
2+ "bump-minor-pre-major" : true ,
3+ "bump-patch-for-minor-pre-major" : true ,
4+ "draft" : false ,
5+ "prerelease" : false ,
6+ "draft-pull-request" : true ,
7+ "changelog-sections" : [
8+ { "type" : " feat" , "section" : " Features" , "hidden" : false },
9+ { "type" : " fix" , "section" : " Bug Fixes" , "hidden" : false },
10+ { "type" : " chore" , "section" : " Miscellaneous" , "hidden" : false },
11+ { "type" : " perf" , "section" : " Performance Improvements" , "hidden" : false },
12+ { "type" : " revert" , "section" : " Reverts" , "hidden" : false },
13+ { "type" : " build" , "section" : " Build System" , "hidden" : false }
14+ ],
15+ "release-type" : " node" ,
16+ "pull-request-title-pattern" : " chore: release v${version}" ,
17+ "packages" : {
18+ "." : {
19+ "changelog-path" : " CHANGELOG.md" ,
20+ "package-name" : " @bucketeer/docs-local-mcp-server"
21+ }
22+ },
23+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
24+ }
0 commit comments