We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2842c01 + 7516ff2 commit 9f7ff22Copy full SHA for 9f7ff22
.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