mirror of
https://github.com/shipshitdev/skills.git
synced 2026-09-19 06:04:15 +08:00
ddeb8fe662
The rolling release PR sits open accumulating every merge to master, so a ready-for-review PR misrepresents its state and invites an accidental merge. draft-pull-request makes readiness an explicit act: mark it ready when you actually intend to cut the version.
19 lines
556 B
JSON
19 lines
556 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "node",
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true,
|
|
"bump-minor-pre-major": false,
|
|
"draft-pull-request": true,
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "refactor", "section": "Refactors" },
|
|
{ "type": "chore", "section": "Chores" },
|
|
{ "type": "docs", "section": "Docs" }
|
|
],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
}
|