From 35297143e5958eb5988019616661054ba0f57419 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 29 May 2026 14:58:20 -0700 Subject: [PATCH] chore: allow dirty ci in dist-workspace config --- dist-workspace.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-workspace.toml b/dist-workspace.toml index 607ec00..211549a 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -7,6 +7,8 @@ members = ["cargo:."] cargo-dist-version = "0.31.0" # CI backends to support ci = "github" +# Allow the release workflow to be hand-customized without dist regenerating it +allow-dirty = ["ci"] # The installers to generate for each app installers = ["shell", "homebrew"] # Target platforms to build apps for (Rust target-triple syntax)