mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-09-09 17:05:51 +00:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user