From 4941be4b8d67a816808e1f26ac6997e6cb6f1aa5 Mon Sep 17 00:00:00 2001 From: rvcas Date: Thu, 13 Apr 2023 13:34:53 -0400 Subject: [PATCH] chore: add cargo release metadata to toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e3ee6b1c..a9965f94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,7 @@ members = ["crates/*"] [profile.release] # debug = true strip = true + +[workspace.metadata.release] +shared-version = true +tag-name = "v{{version}}"