Skip to content

Commit

Permalink
chore: adjust release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent 7c0c773 commit 489cd92
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@

"bootstrap-sha": "ed43061b96cc7a02f442533a40c4c731d9125bd7",

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

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

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

0 comments on commit 489cd92

Please sign in to comment.