Files
regorus/release-plz.toml
Anand Krishnamoorthi 5eda76fd00 Add release-plz config to publish only regorus package (#259)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-05-30 06:26:10 -07:00

10 lines
188 B
TOML

[workspace]
git_release_enable = false
git_tag_enable = false
changelog_update = false
[[package]]
name = "regorus"
git_tag_enable = true
git_release_enable = true
changelog_update = true