Skip to content

Commit 9f7ff22

Browse files
authored
Merge pull request #647 from tgross35/patch-1
Set allow_dirty to release-plz
2 parents 2842c01 + 7516ff2 commit 9f7ff22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.release-plz.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[workspace]
22
changelog_update = false
33
semver_check = false
4+
5+
# As part of the release process, we delete `libm/Cargo.toml`. Since
6+
# this is only run in CI, we shouldn't need to worry about it.
7+
allow_dirty = true
8+
publish_allow_dirty = true

0 commit comments

Comments
 (0)