Skip to content

Commit

Permalink
Set allow_dirty to release-plz
Browse files Browse the repository at this point in the history
This should resolve the issue in
<rust-lang#643 (comment)>
  • Loading branch information
tgross35 authored Jul 28, 2024
1 parent 2842c01 commit 7516ff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7516ff2

Please sign in to comment.