chore: Allow release branches for cargo release as well
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ tag-name = "{{prefix}}{{version}}"
|
||||
shared-version = true
|
||||
|
||||
# Necessary to work with jujutsu
|
||||
allow-branch = ["HEAD"]
|
||||
allow-branch = ["HEAD", "release-*"]
|
||||
|
||||
Reference in New Issue
Block a user