mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-26 17:12:15 +00:00
Use v{version} tags instead of agent-desktop-v{version} by setting
include-component-in-tag: false in release-please config.
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "simple",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"include-component-in-tag": false,
|
|
"packages": {
|
|
".": {
|
|
"package-name": "agent-desktop",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"extra-files": [
|
|
{
|
|
"type": "generic",
|
|
"path": "Cargo.toml"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": "npm/package.json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "refactor", "section": "Refactoring", "hidden": true },
|
|
{ "type": "docs", "section": "Documentation", "hidden": true },
|
|
{ "type": "style", "hidden": true },
|
|
{ "type": "chore", "hidden": true },
|
|
{ "type": "ci", "hidden": true },
|
|
{ "type": "test", "hidden": true }
|
|
]
|
|
}
|