Files
regorus/release-plz.toml
Anand Krishnamoorthi 10eebfe54c test(rvm): Move vm execution limit tests to a separate test to avoid flakiness (#558)
Having a separate integration test allows the execution tests to freely
change the global fallback limits without affecting other tests.

also ask release-plz to ignore xtask package

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2026-01-29 04:15:33 +05:30

18 lines
292 B
TOML

[workspace]
git_release_enable = false
git_tag_enable = false
changelog_update = false
dependencies_update = false
publish = false
[[package]]
name = "regorus"
git_tag_enable = true
git_release_enable = true
changelog_update = true
publish = true
[[package]]
name = "xtask"
release = false