release-please-config.jsonβ’1.51 kB
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "",
"changelog-path": "CHANGELOG.md",
"changelog-type": "github",
"release-type": "node",
"draft": true,
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"changelog-sections": [
{"type": "feat", "section": "π Features", "hidden": false},
{"type": "fix", "section": "π Bug Fixes", "hidden": false},
{"type": "perf", "section": "β‘ Performance Improvements", "hidden": false},
{"type": "revert", "section": "βͺ Reverts", "hidden": false},
{"type": "docs", "section": "π Documentation", "hidden": false},
{"type": "style", "section": "π Styles", "hidden": false},
{"type": "chore", "section": "π Miscellaneous Chores", "hidden": false},
{"type": "refactor", "section": "β»οΈ Code Refactoring", "hidden": false},
{"type": "test", "section": "π§ͺ Tests", "hidden": false},
{"type": "build", "section": "π¦ Build System", "hidden": false},
{"type": "ci", "section": "π§ Continuous Integration", "hidden": false}
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"initial-version": "0.1.0",
"component": "mcp-playwright",
"include-component-in-tag": false,
"extra-files": [
"package.json"
]
}
}
}