From b9ef971a272f2e06fc63a5a84f25d0f0a251f210 Mon Sep 17 00:00:00 2001 From: Danil Date: Fri, 3 Nov 2023 13:48:35 +0100 Subject: [PATCH] chore(release): Release As: 17.1.0 (#404) 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, 4 insertions(+), 2 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 778bebfbe6b3..14182b32a93c 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -7,7 +7,8 @@ "packages": { "core": { "release-type": "simple", - "component": "core" + "component": "core", + "release-as": "17.1.0" }, "sdk/zksync-rs": { "release-type": "rust", @@ -15,7 +16,8 @@ }, "prover": { "release-type": "simple", - "component": "prover" + "component": "prover", + "release-as": "8.1.0" } } }