From 234ad782196303957a12595f853654e05d0ece24 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Fri, 30 Aug 2024 14:11:58 +0400 Subject: [PATCH] chore(release-please): Fix release please, attempt #4 (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/release-please/config.json | 10 +++++++++- .github/release-please/manifest.json | 11 +---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index f08646b..e53d64c 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -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" + } + } } diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index bf40cf8..f08646b 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -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" }