Veect is a hosted SaaS deploying continuously (ADR-027), so release-please now tracks only the root package with plain v* tags. Drops the five packages/* entries ahead of story 03's feature deletions so ADR-021's commit -> release automation keeps working through them. include-component-in-tag is set to false rather than removed: the upstream default is true and the node strategy derives a component from package.json, so literal key removal would keep component-prefixed tags (template-vertical-v*) instead of the wanted plain v* tags. Pre-1.0 bump policy (bump-patch-for-minor-pre-major) and changelog sections are retained. The release workflow's SBOM steps already use the tag-format-agnostic tag_name output; only its header comment needed updating. Per-feature CHANGELOG.md files stay on disk untracked by release-please until story 03 deletes them with their packages. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "node",
|
|
"include-component-in-tag": false,
|
|
"separate-pull-requests": false,
|
|
"bump-minor-pre-major": false,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft-pull-request": false,
|
|
"prerelease": false,
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "refactor", "section": "Refactoring" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "test", "section": "Tests", "hidden": true },
|
|
{ "type": "chore", "section": "Chores", "hidden": true },
|
|
{ "type": "ci", "section": "CI", "hidden": true },
|
|
{ "type": "build", "section": "Build", "hidden": true },
|
|
{ "type": "style", "section": "Style", "hidden": true }
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"package-name": "template-vertical",
|
|
"changelog-path": "CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|