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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user