Skip to content

Commit f0765e7

Browse files
committed
chore(release-plz): group packages to the same version
1 parent 134cb3c commit f0765e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release-plz.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22
semver_check = true
33
allow_dirty = true # The "fixtures" is being marked as dirty.
44
changelog_config = "cliff.toml"
5+
6+
[[package]]
7+
name = "oxc_resolver"
8+
version_group = "group"
9+
changelog_include = ["oxc_resolver_napi"]
10+
11+
[[package]]
12+
name = "oxc_resolver_napi"
13+
version_group = "group"

0 commit comments

Comments
 (0)