fix(dist): allow dirty CI to permit manual additions to release.yml - #16
Conversation
Greptile SummaryThis PR adds a single line — Changes:
Confidence Score: 5/5Safe to merge — minimal, well-scoped config change with no logic or security implications. The change is a single, well-documented config line that uses a standard cargo-dist feature exactly as intended. It has no side effects beyond allowing the manual CI additions to coexist with cargo-dist's generated output. No files require special attention.
|
| Filename | Overview |
|---|---|
| dist-workspace.toml | Adds allow-dirty = ["ci"] to the [dist] section so cargo-dist skips the CI freshness check that would otherwise reject the manually-extended release.yml. |
Reviews (1): Last reviewed commit: "fix(dist): allow dirty CI file to permit..." | Re-trigger Greptile
Summary
release.ymlmatches what it would generate and fails the plan step if it doesn'tallow-dirty = ["ci"]todist-workspace.tomltells cargo-dist to skip the freshness check for the CI fileTest plan