mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-02 12:13:19 +00:00
20 lines
485 B
JSON
20 lines
485 B
JSON
{
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "node",
|
|
"bump-minor-pre-major": false,
|
|
"bump-patch-for-minor-pre-major": false,
|
|
"draft": false,
|
|
"prerelease": false,
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": "jsr.json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
} |