Skip to content

Commit

Permalink
chore: remove separate acvm versioning (#6561)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 20, 2024
1 parent 44e7dc1 commit 0daf591
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 29 deletions.
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
".": "0.39.0",
"acvm-repo": "0.55.0"
".": "0.39.0"
}
45 changes: 18 additions & 27 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,66 +15,57 @@
"include-component-in-tag": false,
"extra-files": [
"Cargo.toml",
"acvm-repo/acir/Cargo.toml",
"acvm-repo/acir_field/Cargo.toml",
"acvm-repo/acvm/Cargo.toml",
"acvm-repo/acvm_js/Cargo.toml",
"acvm-repo/blackbox_solver/Cargo.toml",
"acvm-repo/bn254_blackbox_solver/Cargo.toml",
"acvm-repo/brillig/Cargo.toml",
"acvm-repo/brillig_vm/Cargo.toml",
{
"type": "json",
"path": "compiler/wasm/package.json",
"path": "acvm-repo/acvm_js/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_codegen/package.json",
"path": "acvm-repo/acvm_js/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_js/package.json",
"path": "compiler/wasm/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_js_backend_barretenberg/package.json",
"path": "tooling/noir_codegen/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noir_js_types/package.json",
"path": "tooling/noir_js/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "tooling/noirc_abi_wasm/package.json",
"path": "tooling/noir_js_backend_barretenberg/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "docs/docs/package.json",
"path": "tooling/noir_js_types/package.json",
"jsonpath": "$.version"
}
]
},
"acvm-repo": {
"release-type": "simple",
"versioning": "prerelease",
"package-name": "acvm",
"component": "acvm",
"include-component-in-tag": false,
"extra-files": [
"acir/Cargo.toml",
"acir_field/Cargo.toml",
"acvm/Cargo.toml",
"acvm_js/Cargo.toml",
"blackbox_solver/Cargo.toml",
"bn254_blackbox_solver/Cargo.toml",
"brillig/Cargo.toml",
"brillig_vm/Cargo.toml",
},
{
"type": "json",
"path": "acvm_js/package.json",
"path": "tooling/noirc_abi_wasm/package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "acvm_js/package.json",
"path": "docs/docs/package.json",
"jsonpath": "$.version"
}
]
Expand Down

0 comments on commit 0daf591

Please sign in to comment.