Skip to content

Commit 3c88a42

Browse files
committed
chore: release-please pre-1.0: treat BREAKING as minor
1 parent d932cb0 commit 3c88a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"include-v-in-tag": true,
88
"include-component-in-tag": false,
99
"changelog-path": "CHANGELOG.md",
10-
"bump-minor-pre-major": false,
10+
"bump-minor-pre-major": true,
1111
"bump-patch-for-minor-pre-major": true,
1212
"pull-request-title-pattern": "chore: release ${component} ${version}",
1313
"pull-request-header": "### Conventional Commits Only\n\nThis PR includes only changes from conventional commits. Non-conventional commits are automatically excluded.",
@@ -23,4 +23,4 @@
2323
}
2424
}
2525
}
26-
26+

0 commit comments

Comments
 (0)