mirror of
https://github.com/mii443/merkle.rs.git
synced 2025-08-22 16:05:30 +00:00
Update cargo-release config.
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@ -24,3 +24,14 @@ protobuf = { version = "^1.2.0", optional = true }
|
||||
[features]
|
||||
serialization-protobuf = [ "protobuf" ]
|
||||
|
||||
[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