Skip to content

Commit

Permalink
chore: enable release version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Oct 6, 2023
1 parent efe38ba commit 2b8d00b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"flake.nix",
{
"type": "json",
"path": "compiler/wasm/package.json",
"path": "compiler/source-resolver/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noirc_abi_wasm/package.json",
"path": "compiler/wasm/package.json",
"jsonpath": "$.version"
},
{
Expand All @@ -31,7 +31,17 @@
},
{
"type": "json",
"path": "compiler/source-resolver/package.json",
"path": "tooling/noir_js_backend_barretenberg/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_js_types/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noirc_abi_wasm/package.json",
"jsonpath": "$.version"
}
]
Expand Down

0 comments on commit 2b8d00b

Please sign in to comment.