Skip to content

Commit

Permalink
fix: flag extra files for version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Apr 14, 2022
1 parent c1530ce commit a9b2a31
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{
"release-type": "node",
"packages": {
".": {
"release-type": "node"
}
".": {}
},
"extra-files": [
{
"type": "json",
"path": "app/main/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "app/renderer/package.json",
"jsonpath": "$.version"
}
],
"bootstrap-sha": "c79279b136557b39d9d94038a879e681c1065ea1",
"changelog-sections": [
{ "type": "feat", "section": "Features ✨" },
Expand Down

0 comments on commit a9b2a31

Please sign in to comment.