From 430f70b43f91eb0a40ecfa3e311cc86d181f88c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= <3809077+CBenoit@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:01:39 -0500 Subject: [PATCH] ci(release): set publish = false in ironrdp-client release-plz config (#1038) --- release-plz.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/release-plz.toml b/release-plz.toml index 79409f23..8a33bf6f 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -11,6 +11,7 @@ release_commits = "^(feat|docs|fix|build|perf)" [[package]] name = "ironrdp-client" git_release_enable = true +publish = false # TODO: enable publishing when ready. # ironrdp-tls does not compile if no backend is specified. # rustls is the most common backend, so we let cargo publish check with it.