Fix release automation check on CI for cargo-release 0.20.5

This commit is contained in:
tyranron 2022-04-14 19:07:48 +03:00
parent c40d80f26b
commit b94c0ee214
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0
2 changed files with 2 additions and 1 deletions

View file

@ -71,7 +71,7 @@ endif
cargo release -p $(crate) --all-features \
$(if $(call eq,$(exec),yes),\
--no-publish $(if $(call eq,$(push),no),--no-push,) --execute,\
-v $(if $(call eq,$(CI),),,--no-publish --no-push)) \
-v $(if $(call eq,$(CI),),,--no-publish)) \
$(or $(ver),release)

View file

@ -1,3 +1,4 @@
allow-branch = ["*"]
pre-release-commit-message = "Prepare {{version}} release of `{{crate_name}}` crate"
tag-message = "{{version}} version of `{{crate_name}}` crate"
tag-name = "{{crate_name}}@{{version}}"