{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": false,
"packages": {
".": {
"release-type": "rust",
"extra-files": [
{ "type": "json", "path": "editors/vscode/package.json", "jsonpath": "$.version" },
{ "type": "json", "path": "npm/glslint/package.json", "jsonpath": "$.version" }
]
}
}
}