chore: Move cargo release settings to root Cargo.toml

This commit is contained in:
Gerald Pinder 2024-03-08 19:15:42 -05:00
parent 3a2353923d
commit 50813926ad
2 changed files with 6 additions and 4 deletions

View file

@ -39,6 +39,12 @@ description.workspace = true
repository.workspace = true
license.workspace = true
[package.metadata.release]
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-replacements = [
{ file = "install.sh", search="VERSION=v\\d+\\.\\d+\\.\\d+", replace = "VERSION=v{{version}}" }
]
[dependencies]
blue-build-recipe = { path = "./recipe" }
blue-build-template = { path = "./template" }