We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2842c01 commit 7516ff2Copy full SHA for 7516ff2
.release-plz.toml
@@ -1,3 +1,8 @@
1
[workspace]
2
changelog_update = false
3
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