chore: implement automatic releases

This commit is contained in:
Alex Zenla
2024-04-02 23:50:45 +00:00
parent 2083ec0604
commit 7c55e63f24
24 changed files with 247 additions and 18 deletions

21
release-plz.toml Normal file
View File

@ -0,0 +1,21 @@
[workspace]
git_release_enable = false
git_tag_enable = false
changelog_update = false
publish = false
[[package]]
name = "krata"
git_tag_name = "v${version}"
git_tag_enable = true
git_release_enable = true
changelog_update = true
changelog_path = "./CHANGELOG.md"
changelog_include = [
"krata-daemon",
"krata-ctl",
"krata-guest",
"krata-network",
"krata-runtime",
"krata-oci"
]