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)