Skip to content

Commit d557a77

Browse files
committed
allow dirty
1 parent 9ebb24a commit d557a77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/main/release-plz.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ pr_draft = false
1717
pr_labels = ["release"]
1818
# Automatically determine next version from conventional commits
1919
semver_check = false
20+
# Allow running with uncommitted changes (e.g., generated test files in CI)
21+
allow_dirty = true

0 commit comments

Comments
 (0)