Skip to content

Commit

Permalink
chore: fix relative paths in reease please (#3646)
Browse files Browse the repository at this point in the history
# Description

Continuation of #3645 

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
kevaundray authored Nov 30, 2023
1 parent 08bef9e commit 3680f52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,37 +79,37 @@
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "acir/Cargo.toml",
"jsonpath": "$.workspace.dependencies.acir.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "acir_field/Cargo.toml",
"jsonpath": "$.workspace.dependencies.acir_field.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "stdlib/Cargo.toml",
"jsonpath": "$.workspace.dependencies.stdlib.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "brillig/Cargo.toml",
"jsonpath": "$.workspace.dependencies.brillig.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "brillig_vm/Cargo.toml",
"jsonpath": "$.workspace.dependencies.brillig_vm.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "blackbox_solver/Cargo.toml",
"jsonpath": "$.workspace.dependencies.acvm_blackbox_solver.version"
},
{
"type": "toml",
"path": "../Cargo.toml",
"path": "barretenberg_blackbox_solver/Cargo.toml",
"jsonpath": "$.workspace.dependencies.barretenberg_blackbox_solver.version"
},
{
Expand Down

0 comments on commit 3680f52

Please sign in to comment.