chore(release): keep feat commits on the patch train pre-1.0

Adds bump-patch-for-minor-pre-major so feat commits bump the patch
version instead of the minor version while the project is pre-1.0.
Breaking changes still bump minor via the existing
bump-minor-pre-major setting.

Do not merge until the open 0.98.0 release PR has shipped: this
config is read fresh on every release-please run, so landing it on
main first would cause that PR to recompute down to a patch bump.
This commit is contained in:
SaelixCode
2026-08-29 04:18:57 +00:00
parent 49940311ba
commit ad4a8b2600
+1
View File
@@ -5,6 +5,7 @@
".": {
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Added" },