Skip to content

Commit 7186c04

Browse files
committed
fix: avoid minor
1 parent ded5823 commit 7186c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/config-yaml/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
releaseRules: [
99
// Only release if commits affect this package
1010
{ scope: "packages/config-yaml", release: "patch" },
11-
{ scope: "packages/config-yaml", type: "feat", release: "minor" },
11+
// { scope: "packages/config-yaml", type: "feat", release: "minor" },
1212
{ scope: "packages/config-yaml", type: "fix", release: "patch" },
1313
{ scope: "packages/config-yaml", breaking: true, release: "major" },
1414
],

0 commit comments

Comments
 (0)