{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"include-component-in-tag": false,
"versioning": "default",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "build", "section": "Build System" },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "test", "section": "Tests" },
{ "type": "chore", "section": "Chores" }
],
"packages": {
".": {
"component": "agentsync"
}
},
"draft": false,
"prerelease": false,
"extra-files": [
{
"type": "json",
"path": "package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-linux-x64']"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-linux-arm64']"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-darwin-x64']"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-darwin-arm64']"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-windows-x64']"
},
{
"type": "json",
"path": "npm/agentsync/package.json",
"jsonpath": "$.optionalDependencies['@dallay/agentsync-windows-arm64']"
}
]
}