2023-12-28 10:43:11 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
|
|
"packages": {
|
|
|
|
".": {
|
|
|
|
"release-type": "simple",
|
|
|
|
"extra-files": [
|
|
|
|
{
|
2023-12-28 10:44:35 +00:00
|
|
|
"path": "deno.json",
|
2023-12-28 10:43:11 +00:00
|
|
|
"type": "json",
|
|
|
|
"jsonpath": "$.version"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|