chore: Add correct configuration for cargo release
This commit is contained in:
parent
fc3615c46b
commit
4c796029bb
1 changed files with 7 additions and 0 deletions
|
|
@ -1 +1,8 @@
|
||||||
tag-message = "chore: Release v{{version}}"
|
tag-message = "chore: Release v{{version}}"
|
||||||
|
tag-prefix = ""
|
||||||
|
shared-version = true
|
||||||
|
|
||||||
|
publish = false
|
||||||
|
|
||||||
|
sign-commit = true
|
||||||
|
sign-tag = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue