mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Configure cargo-release
This commit is contained in:
committed by
Romain Ruetschi
parent
40f6190a9b
commit
e9b0f61c6c
12
Cargo.toml
12
Cargo.toml
@ -43,3 +43,15 @@ rpath = false
|
||||
lto = true
|
||||
debug-assertions = false
|
||||
codegen-units = 1
|
||||
|
||||
[package.metadata.release]
|
||||
sign-commit = true
|
||||
upload-doc = true
|
||||
doc-branch = "gh-pages"
|
||||
pre-release-commit-message = "Release version {{version}}."
|
||||
pro-release-commit-message = "Start next development iteration {{version}}."
|
||||
tag-prefix = "v"
|
||||
tag-message = "Release version {{version}}."
|
||||
doc-commit-message = "Update documentation."
|
||||
dev-version-ext = "pre"
|
||||
|
||||
|
Reference in New Issue
Block a user