diff --git a/.release-plz.toml b/.release-plz.toml index affc1026..fce19d15 100644 --- a/.release-plz.toml +++ b/.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