Merge pull request #647 from tgross35/patch-1

Set allow_dirty to release-plz
This commit is contained in:
Amanieu d'Antras 2024-07-28 22:07:36 +01:00 committed by GitHub
commit c6f82f54f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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