mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
23 lines
972 B
JSON
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 }
|
|
]
|
|
}
|
|
}
|
|
}
|