Skip to content

Commit

Permalink
Merge pull request #647 from tgross35/patch-1
Browse files Browse the repository at this point in the history
Set allow_dirty to release-plz
  • Loading branch information
Amanieu authored Jul 28, 2024
2 parents 2842c01 + 7516ff2 commit 9f7ff22
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 9f7ff22

Please sign in to comment.