From 5114e09cc66d92c57b46112b5c5a7b1c64326030 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Sat, 1 Jun 2024 22:24:08 +0900 Subject: [PATCH] chore: cargo release config --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index be014f9faa..4d2c20be50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,3 +43,10 @@ unwrap_used = "warn" [profile.release] debug = 0 strip = "debuginfo" + + +[workspace.metadata.release] +pre-release-commit-message = "chore: release" +publish = false +push = false +tag = false