Make non-test partial releases work

This commit is contained in:
Christian Legnitto 2020-12-09 19:45:56 -10:00
parent 53a2e85eec
commit ec18b6db51

View file

@ -20,7 +20,7 @@ run_task = { name = "release-INTERNAL", fork = true }
condition = { env_set = [ "RELEASE_LEVEL", "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS" ] }
workspace = false
env = { "CARGO_MAKE_WORKSPACE_SKIP_MEMBERS" = "integration_tests/*;examples/*;juniper_benchmarks;juniper_rocket_async" }
run_task = { name = "release-some-INTERNAL", fork = true }
run_task = { name = "release-INTERNAL", fork = true }
# Hack to filter out crates we do not want to release.
# See <https://github.com/sagiegurari/cargo-make/issues/212#issuecomment-481123564>