Add cargo-release metadata
This commit is contained in:
parent
7c5fdfa0a8
commit
b5c76432b8
|
|
@ -12,6 +12,12 @@ version = "4.0.0-rc.1"
|
|||
repository = "https://github.com/cloudflare/boring"
|
||||
edition = "2021"
|
||||
|
||||
[workspace.metadata.release]
|
||||
pre-release-commit-message = "Release {{version}}"
|
||||
shared-version = true
|
||||
tag-prefix = ""
|
||||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
boring-sys = { version = "4.0.0-rc.1", path = "./boring-sys" }
|
||||
boring = { version = "4.0.0-rc.1", path = "./boring" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue