From 99456ad08e5b2bab7042771fabcbabec67f7e0d5 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 28 Jul 2024 17:00:41 -0400 Subject: [PATCH] Set allow_dirty to release-plz This should resolve the issue in --- library/compiler-builtins/.release-plz.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/compiler-builtins/.release-plz.toml b/library/compiler-builtins/.release-plz.toml index affc102650f2..fce19d157559 100644 --- a/library/compiler-builtins/.release-plz.toml +++ b/library/compiler-builtins/.release-plz.toml @@ -1,3 +1,8 @@ [workspace] changelog_update = false semver_check = false + +# As part of the release process, we delete `libm/Cargo.toml`. Since +# this is only run in CI, we shouldn't need to worry about it. +allow_dirty = true +publish_allow_dirty = true