Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fix(ci): Update dependency versions in the workspace file (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Feb 17, 2023
1 parent b265920 commit 9acc266
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@
"packages": {
".": {
"release-type": "simple",
"component": "root"
"component": "root",
"extra-files": [
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.acir.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.acir_field.version"
},
{
"type": "toml",
"path": "Cargo.toml",
"jsonpath": "$.workspace.dependencies.stdlib.version"
}
]
},
"acir": {
"component": "acir"
Expand Down

0 comments on commit 9acc266

Please sign in to comment.