From 88a289123c1b05df578c04a41de09c2b8b211ef7 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Wed, 4 Dec 2024 15:27:00 +0000 Subject: [PATCH] chore: disable crates.io publishing explicitly --- release-plz.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/release-plz.toml b/release-plz.toml index e4c5c68e4..0dac9fc5e 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,4 +1,5 @@ [workspace] +publish = false # Do not publish to crates.io for now dependencies_update = true # Whether to run `cargo update` in the release PR pr_name = "release: foundry-zksync {{version}}" # template for the PR name pr_labels = ["release", "automated"] # Set PR labels