Skip to content

Commit

Permalink
fix release-plz workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Sep 16, 2024
1 parent 67652a5 commit ab0d66c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ git_tag_enable = false
changelog_update = false

[[package]]
name = "krata-runtime"
name = "krata-xenclient"
git_release_name = "v{{ version }}"
git_tag_name = "v{{ version }}"
git_tag_enable = true
git_release_enable = true
changelog_update = true
changelog_path = "./CHANGELOG.md"
changelog_include = [
"krata-runtime",
"krata-xencall",
"krata-xenclient",
"krata-xenevtchn",
Expand Down

0 comments on commit ab0d66c

Please sign in to comment.