Skip to content

Commit

Permalink
chore(release-please): Fix release please, attempt #4 (#17)
Browse files Browse the repository at this point in the history
I've confused `config.json` and `manifest.json`, the contents should be
the other way around 🤦


![yes-i-do-am-have-stupid-meme-4](https://github.com/user-attachments/assets/37d27de8-8306-44c8-b58c-41efdcdc04cb)
  • Loading branch information
popzxc authored Aug 30, 2024
1 parent e3a6aca commit 234ad78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 9 additions & 1 deletion .github/release-please/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"zksync-protocol": "0.150.4"
"bootstrap-sha": "4bb5cca0b113f06185201d10db31a73f0f56ea1e",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
".": {
"component": "zksync-protocol",
"release-type": "simple"
}
}
}
11 changes: 1 addition & 10 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{
"bootstrap-sha": "4bb5cca0b113f06185201d10db31a73f0f56ea1e",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"release-as": "0.150.5",
"packages": {
".": {
"component": "zksync-protocol",
"release-type": "simple"
}
}
"zksync-protocol": "0.150.4"
}

0 comments on commit 234ad78

Please sign in to comment.