From db56f206ad5f6ed5ea5490440e22273835750142 Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Thu, 19 Sep 2024 10:23:29 -0400 Subject: [PATCH] chore: change cargo release sign to sign-commit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f157d..54251db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ lto = "thin" # https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md [workspace.metadata.release] pre-release-commit-message = "chore: release {{crate_name}} v{{version}}" -sign = true +sign-commit = true sign-tag = true # Config for 'cargo dist'