From cebb33d6766a80ad64d15fa4df6ec2b24a6ec59d Mon Sep 17 00:00:00 2001 From: Danil Date: Fri, 3 Nov 2023 14:24:44 +0100 Subject: [PATCH] chore(release): remove release as (#405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. Signed-off-by: Danil --- .github/release-please/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 14182b32a93c..778bebfbe6b3 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -7,8 +7,7 @@ "packages": { "core": { "release-type": "simple", - "component": "core", - "release-as": "17.1.0" + "component": "core" }, "sdk/zksync-rs": { "release-type": "rust", @@ -16,8 +15,7 @@ }, "prover": { "release-type": "simple", - "component": "prover", - "release-as": "8.1.0" + "component": "prover" } } }