Skip to content

Commit 9d0d854

Browse files
committed
ci: Configure release-plz to run semver checks on libm
1 parent 727df69 commit 9d0d854

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.release-plz.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
[workspace]
1+
[[package]]
2+
name = "compiler_builtins"
23
semver_check = false
3-
44
# As part of the release process, we delete `libm/Cargo.toml`. Since
55
# this is only run in CI, we shouldn't need to worry about it.
66
allow_dirty = true
77
publish_allow_dirty = true
8+
9+
[[package]]
10+
name = "libm"

0 commit comments

Comments
 (0)