Tune cargo-release
config for correct commit messages
This commit is contained in:
parent
f0b63c4a63
commit
8c74d9132d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
allow-branch = ["*"]
|
allow-branch = ["*"]
|
||||||
|
consolidate-commits = false
|
||||||
pre-release-commit-message = "Prepare {{version}} release of `{{crate_name}}` crate"
|
pre-release-commit-message = "Prepare {{version}} release of `{{crate_name}}` crate"
|
||||||
tag-message = "{{version}} version of `{{crate_name}}` crate"
|
tag-message = "{{version}} version of `{{crate_name}}` crate"
|
||||||
tag-name = "{{crate_name}}-v{{version}}"
|
tag-name = "{{crate_name}}-v{{version}}"
|
||||||
|
|
Loading…
Reference in a new issue