From 24d7518a01f2b765a1269daa5782e87f95d4a701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 27 Nov 2025 10:54:00 +0100 Subject: [PATCH] chore: Allow release branches for cargo release as well --- release.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.toml b/release.toml index 82ff90c6c..3bdfb3656 100644 --- a/release.toml +++ b/release.toml @@ -13,4 +13,4 @@ tag-name = "{{prefix}}{{version}}" shared-version = true # Necessary to work with jujutsu -allow-branch = ["HEAD"] +allow-branch = ["HEAD", "release-*"]