From 81e6c22d99e4124c7f3d6657742b8c9149a42adf Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 6 Sep 2021 14:31:02 +0000 Subject: [PATCH] cargo: tweak manifest --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4461c4c..051b199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "memfd" version = "0.4.1-alpha.0" edition = "2018" -authors = [ "Luca Bruno ", "Simonas Kazlauskas " ] +authors = [ "Luca Bruno ", "Simonas Kazlauskas " ] license = "MIT/Apache-2.0" repository = "https://github.com/lucab/memfd-rs" documentation = "https://docs.rs/memfd" @@ -18,11 +18,12 @@ exclude = [ libc = "^0.2.99" [package.metadata.release] -sign-commit = true disable-publish = true disable-push = true -pre-release-commit-message = "cargo: memfd release {{version}}" post-release-commit-message = "cargo: development version bump" +pre-release-commit-message = "cargo: memfd release {{version}}" +sign-commit = true +sign-tag = true tag-message = "memfd {{version}}" [package.metadata.docs.rs]