Skip to content

Commit

Permalink
ci(repo): fix release-please (#18654)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <[email protected]>
  • Loading branch information
dionysuzx and dantaik authored Dec 27, 2024
1 parent 4de2f7c commit fd9fe97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
"packages/relayer": "0.12.0",
"packages/snaefell-ui": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taiko-client": {
"component": "taiko-alethia-client",
"version": "0.40.0"
},
"packages/taiko-client": "0.40.0",
"packages/taikoon-ui": "1.3.0",
"packages/ui-lib": "1.0.0"
}
8 changes: 6 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
"packages/fork-diff": {},
"packages/guardian-prover-health-check": {},
"packages/guardian-prover-health-check-ui": {},
"packages/protocol": {},
"packages/protocol": {
"package-name": "taiko-alethia-protocol"
},
"packages/relayer": {},
"packages/taiko-client": {},
"packages/taiko-client": {
"package-name": "taiko-alethia-client"
},
"packages/ui-lib": {}
}
}

0 comments on commit fd9fe97

Please sign in to comment.