Files
sencho/release-please-config.json
T

23 lines
972 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "### Added" },
{ "type": "fix", "section": "### Fixed" },
{ "type": "perf", "section": "### Fixed" },
{ "type": "revert", "section": "### Fixed" },
{ "type": "security", "section": "### Security" },
{ "type": "docs", "section": "### Documentation", "hidden": true },
{ "type": "chore", "section": "### Miscellaneous", "hidden": true },
{ "type": "ci", "section": "### CI/CD", "hidden": true },
{ "type": "refactor", "section": "### Changed", "hidden": true },
{ "type": "test", "section": "### Tests", "hidden": true }
]
}
}
}