mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
chore: implement automatic releases
This commit is contained in:
21
release-plz.toml
Normal file
21
release-plz.toml
Normal 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"
|
||||
]
|
Reference in New Issue
Block a user