We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e608b80 + e33b40e commit 9fda948Copy full SHA for 9fda948
release-plz.toml
@@ -0,0 +1,13 @@
1
+# Release columnar and columnar_derive with the same version.
2
+#
3
+# This should prevent situations where release-plz doesn't
4
+# recognize semver-incompatible changes and only bumps the minor
5
+# version of the derive package.
6
+[[package]]
7
+name = "columnar"
8
+version_group = "columnar"
9
+
10
11
+name = "columnar_derive"
12
13
0 commit comments