From 4e9f7243f69a5609ce746a5d9a4adcd8df9612c4 Mon Sep 17 00:00:00 2001 From: perekopskiy <53865202+perekopskiy@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:47:34 +0300 Subject: [PATCH] chore: remove release override (#2313) 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`. --- .github/release-please/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index fab690fac247..ec6df305d0e1 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -14,8 +14,7 @@ "type": "generic", "path": "bin/external_node/Cargo.toml" } - ], - "release-as": "24.8.0" + ] }, "prover": { "release-type": "simple",