mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
Update cargo-release config.
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -14,3 +14,13 @@ readme = "README.md"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ring = "^0.11.0"
|
ring = "^0.11.0"
|
||||||
rand = "^0.3.0"
|
rand = "^0.3.0"
|
||||||
|
|
||||||
|
[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-message = "Release version {{version}}."
|
||||||
|
doc-commit-message = "Update documentation."
|
||||||
|
dev-version-ext = "pre"
|
||||||
|
Reference in New Issue
Block a user