Skip to content

Commit 9fda948

Browse files
Merge pull request #58 from antiguru/version_group
Sync columnar and columnar_derive versions
2 parents e608b80 + e33b40e commit 9fda948

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

release-plz.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[[package]]
11+
name = "columnar_derive"
12+
version_group = "columnar"
13+

0 commit comments

Comments
 (0)