Skip to content

Commit

Permalink
ci: release
Browse files Browse the repository at this point in the history
  • Loading branch information
atty303 committed May 12, 2024
1 parent ff283ac commit d11cd3b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"extra-files": [
{
"type": "json",
"path": "packages/driver/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/web/package.json",
"jsonpath": "$.version"
}
],
"packages": {
".": {}
".": {
"extra-files": [
{
"type": "json",
"path": "packages/driver/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "packages/web/package.json",
"jsonpath": "$.version"
}
]
}
}
}

0 comments on commit d11cd3b

Please sign in to comment.