We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebb24a commit d557a77Copy full SHA for d557a77
rust/main/release-plz.toml
@@ -17,3 +17,5 @@ pr_draft = false
17
pr_labels = ["release"]
18
# Automatically determine next version from conventional commits
19
semver_check = false
20
+# Allow running with uncommitted changes (e.g., generated test files in CI)
21
+allow_dirty = true
0 commit comments