release: Allow release preparation to work on the HEAD

This is to allow Jujutsu users to use the cargo-release tooling.
This commit is contained in:
Damir Jelić
2025-11-26 09:32:07 +01:00
parent 9e842a5d07
commit 700c17f383
+3
View File
@@ -11,3 +11,6 @@ sign-tag = true
tag-message = "Release {{crate_name}} version {{version}}"
tag-name = "{{prefix}}{{version}}"
shared-version = true
# Necessary to work with jujutsu
allow-branch = ["HEAD"]