Skip to content

Commit 8b8cfed

Browse files
committed
fix(ci): Fix release-plz execution
bindings/ruby/bin/setup and bindings/ruby/bin/console appear as dirty and hence release-plz fails. As a workaround, use the allow-dirty configuration. Publish only regorus package. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
1 parent 9487def commit 8b8cfed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

release-plz.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
git_release_enable = false
33
git_tag_enable = false
44
changelog_update = false
5+
dependencies_update = false
6+
publish = false
7+
allow_dirty = true
58

69
[[package]]
710
name = "regorus"
811
git_tag_enable = true
912
git_release_enable = true
10-
changelog_update = true
13+
changelog_update = true
14+
publish = true

0 commit comments

Comments
 (0)