summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-12-06 19:44:35 +0100
committerPeltoche <dev@halium.fr>2018-12-06 19:44:35 +0100
commit7d861c3a61f70a1d9eb323c18c804fc76558a891 (patch)
tree52e5786c86b865dfb49cb00e11d90d92a6326dea
parent83c397e3be1d5e75077e23dd7bde49b0b9ec9825 (diff)
Add the automatic release signature
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3926c0e..44fcb38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,3 +31,6 @@ users = "0.8.0"
[dependencies.clap]
version = "2.32.0"
features = ["suggestions", "color", "wrap_help"]
+
+[package.metadata.release]
+sign-commit = true