chore: add cargo release metadata to toml

This commit is contained in:
rvcas 2023-04-13 13:34:53 -04:00
parent 7105b8c155
commit 4941be4b8d
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ members = ["crates/*"]
[profile.release] [profile.release]
# debug = true # debug = true
strip = true strip = true
[workspace.metadata.release]
shared-version = true
tag-name = "v{{version}}"