Skip to content

Commit

Permalink
cargo: tweak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Sep 6, 2021
1 parent a7d11c2 commit 81e6c22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "memfd"
version = "0.4.1-alpha.0"
edition = "2018"
authors = [ "Luca Bruno <lucab@debian.org>", "Simonas Kazlauskas <git@kazlauskas.me>" ]
authors = [ "Luca Bruno <lucab@lucabruno.net>", "Simonas Kazlauskas <git@kazlauskas.me>" ]
license = "MIT/Apache-2.0"
repository = "https://github.com/lucab/memfd-rs"
documentation = "https://docs.rs/memfd"
Expand All @@ -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]
Expand Down

0 comments on commit 81e6c22

Please sign in to comment.