mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
ci(release): set publish = false in ironrdp-client release-plz config (#1038)
Some checks failed
CI / Check formatting (push) Has been cancelled
CI / Check typos (push) Has been cancelled
Coverage / Coverage Report (push) Has been cancelled
Release crates / Open release PR (push) Has been cancelled
Release crates / Release crates (push) Has been cancelled
CI / Checks [linux] (push) Has been cancelled
CI / Checks [macos] (push) Has been cancelled
CI / Checks [windows] (push) Has been cancelled
CI / Fuzzing (push) Has been cancelled
CI / Web Client (push) Has been cancelled
CI / FFI (push) Has been cancelled
CI / Success (push) Has been cancelled
Some checks failed
CI / Check formatting (push) Has been cancelled
CI / Check typos (push) Has been cancelled
Coverage / Coverage Report (push) Has been cancelled
Release crates / Open release PR (push) Has been cancelled
Release crates / Release crates (push) Has been cancelled
CI / Checks [linux] (push) Has been cancelled
CI / Checks [macos] (push) Has been cancelled
CI / Checks [windows] (push) Has been cancelled
CI / Fuzzing (push) Has been cancelled
CI / Web Client (push) Has been cancelled
CI / FFI (push) Has been cancelled
CI / Success (push) Has been cancelled
This commit is contained in:
parent
5bd319126d
commit
430f70b43f
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue