Fix release automation check on CI for cargo-release
0.20.5
This commit is contained in:
parent
c40d80f26b
commit
b94c0ee214
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue