chore: Move cargo release settings to root Cargo.toml
This commit is contained in:
parent
3a2353923d
commit
50813926ad
2 changed files with 6 additions and 4 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue