Add cargo-release metadata

This commit is contained in:
Anthony Ramine 2023-11-06 10:06:03 +01:00 committed by Chris Branch
parent 7c5fdfa0a8
commit b5c76432b8
1 changed files with 6 additions and 0 deletions

View File

@ -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" }