File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 22 "bump-minor-pre-major" : true ,
33 "bump-patch-for-minor-pre-major" : true ,
44 "release-type" : " simple" ,
5- "include-component-in-tag" : false ,
5+ "include-component-in-tag" : true ,
66 "group-pull-request-title-pattern" : " chore: release ${component} ${version}" ,
77 "packages" : {
8- "proof_verifier_js/ts " : {
9- "component" : " @ ethproofs-airbender-verifier" ,
8+ "proof_verifier_js" : {
9+ "component" : " ethproofs-airbender-verifier" ,
1010 "extra-files" : [
1111 {
1212 "type" : " json" ,
13- "path" : " package.json" ,
13+ "path" : " ts/ package.json" ,
1414 "jsonpath" : " $.version"
1515 }
1616 ]
17+ },
18+ "ethereum_prover" : {
19+ "component" : " ethereum-prover" ,
20+ "extra-files" : [
21+ {
22+ "type" : " toml" ,
23+ "path" : " Cargo.toml" ,
24+ "jsonpath" : " $.package.version"
25+ }
26+ ]
1727 }
1828 }
1929}
Original file line number Diff line number Diff line change 11{
2- "proof_verifier_js/ts " : " 0.1.1"
2+ "proof_verifier_js" : " 0.1.1"
33}
Original file line number Diff line number Diff line change 11[package ]
22name = " ethereum_prover"
3- version.workspace = true
3+ version = " 0.1.0 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
You can’t perform that action at this time.
0 commit comments