Add release-plz config to publish only regorus package (#259)

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-05-30 09:26:10 -04:00
committed by GitHub
parent 97914d5596
commit 5eda76fd00

10
release-plz.toml Normal file
View File

@@ -0,0 +1,10 @@
[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