Skip to content

Commit 0e20565

Browse files
authored
Merge pull request #119 from hotdata-dev/chore/dist-allow-dirty
chore: allow dirty ci in dist-workspace config
2 parents dd1b0f4 + 3529714 commit 0e20565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ members = ["cargo:."]
77
cargo-dist-version = "0.31.0"
88
# CI backends to support
99
ci = "github"
10+
# Allow the release workflow to be hand-customized without dist regenerating it
11+
allow-dirty = ["ci"]
1012
# The installers to generate for each app
1113
installers = ["shell", "homebrew"]
1214
# Target platforms to build apps for (Rust target-triple syntax)

0 commit comments

Comments
 (0)