chore: Allow release branches for cargo release as well

This commit is contained in:
Damir Jelić
2025-11-27 10:54:00 +01:00
parent e6059251d0
commit 24d7518a01
+1 -1
View File
@@ -13,4 +13,4 @@ tag-name = "{{prefix}}{{version}}"
shared-version = true
# Necessary to work with jujutsu
allow-branch = ["HEAD"]
allow-branch = ["HEAD", "release-*"]