mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Add release-plz config to publish only regorus package (#259)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
97914d5596
commit
5eda76fd00
10
release-plz.toml
Normal file
10
release-plz.toml
Normal 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
|
||||
Reference in New Issue
Block a user