Skip to content

Commit

Permalink
fix: undo changes to release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent a966ea0 commit 257f037
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@

"bootstrap-sha": "ed43061b96cc7a02f442533a40c4c731d9125bd7",

"plugins": ["node-workspace"],

"include-component-in-tag": false,

"packages": {
".": {
"release-type": "node"
"release-type": "node",
"extra-files": [
{
"type": "json",
"path": "satellite/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "webui/package.json",
"jsonpath": "$.version"
}
]
}
}
}

0 comments on commit 257f037

Please sign in to comment.