mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
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>
18 lines
292 B
TOML
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
|