16 lines
318 B
JSON
16 lines
318 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||
|
"packages": {
|
||
|
".": {
|
||
|
"release-type": "simple",
|
||
|
"extra-files": [
|
||
|
{
|
||
|
"path": "./deno.json",
|
||
|
"type": "json",
|
||
|
"jsonpath": "$.version"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|