Skip to content

Commit

Permalink
build(release): fix release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales committed Sep 4, 2024
1 parent 893ca0b commit df10280
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
17 changes: 9 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"circom-mpc-compiler": "0.6.0",
"circom-mpc-vm": "0.4.1",
"circom-types": "0.5.0",
"co-circom-snarks": "0.1.1",
"co-circom": "0.5.0",
"co-groth16": "0.5.0",
"co-plonk": "0.3.0",
"co-circom/circom-mpc-compiler": "0.6.0",
"co-circom/circom-mpc-vm": "0.4.1",
"co-circom/circom-types": "0.5.0",
"co-circom/co-circom-snarks": "0.1.1",
"co-circom/co-circom": "0.5.0",
"co-circom/co-groth16": "0.5.0",
"co-circom/co-plonk": "0.3.0",
"co-noir/co-acvm": "0.0.1",
"mpc-core": "0.4.0",
"mpc-net": "0.1.2",
"tests": "0.1.5"
}
}
24 changes: 16 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,62 @@
{
"packages": {
"circom-mpc-compiler": {
"co-circom/circom-mpc-compiler": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"circom-mpc-vm": {
"co-circom/circom-mpc-vm": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"circom-types": {
"co-circom/circom-types": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"co-circom-snarks": {
"co-circom/co-circom-snarks": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"co-circom": {
"co-circom/co-circom": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"co-groth16": {
"co-circom/co-groth16": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"co-plonk": {
"co-circom/co-plonk": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
},
"co-noir/co-acvm": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
Expand Down Expand Up @@ -79,4 +87,4 @@
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit df10280

Please sign in to comment.