16 lines
425 B
JSON
16 lines
425 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "node",
|
|
"pull-request-title-pattern": "chore: release v${version}",
|
|
"bootstrap-sha": "bc5acef9dd5298cbbcabd5c01c9590ada683951d",
|
|
"packages": {
|
|
".": {
|
|
"include-component-in-tag": false,
|
|
"extra-files": [
|
|
"README.md"
|
|
],
|
|
"changelog-path": "CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|