{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json", "changelog-sections": [ { "type": "build", "section": "Build System" }, { "type": "chore", "section": "Miscellaneous Chores" }, { "type": "ci", "section": "Continuous Integration" }, { "type": "docs", "section": "Documentation" }, { "type": "feat", "section": "Features" }, { "type": "feature", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "refactor", "section": "Code Refactoring" }, { "type": "revert", "section": "Reverts" }, { "type": "style", "section": "Styles" }, { "type": "test", "section": "Tests" } ], "extra-files": [ "src/utils/manifest.ts" ], "packages": { ".": { "release-type": "node", "pull-request-title-pattern": "chore(release): release v${version}", "include-component-in-tag": false } } }