@@ -18,11 +18,11 @@ type(optional-scope): short imperative summary
1818
1919- ** Allowed types:** ` feat ` , ` fix ` , ` perf ` , ` refactor ` , ` docs ` , ` test ` ,
2020 ` build ` , ` ci ` , ` chore ` , ` style ` , ` revert ` .
21- - ** Version impact (pre -1.0, ` bump-minor-pre-major ` ):** ` feat ` -> minor
22- (0.x.0), ` fix ` / ` perf ` -> patch. A breaking change uses a ` ! `
23- ( ` feat!: ` / ` fix(core)!: ` ) or a ` BREAKING CHANGE: ` footer in the PR body;
24- pre-1.0 a breaking change still bumps only the ** minor ** (0.x.0), NOT a
25- major 1.0.0 - that is what ` bump-minor-pre-major ` means.
21+ - ** Version impact (post -1.0):** ` feat ` -> minor (x.Y.0), ` fix ` / ` perf ` ->
22+ patch. A breaking change uses a ` ! ` ( ` feat!: ` / ` fix(core)!: ` ) or a
23+ ` BREAKING CHANGE: ` footer in the PR body and bumps the ** major ** (X.0.0).
24+ ( ` bump-minor- pre-major ` is still set in ` release-please-config.json ` but
25+ is inert now that the version is >= 1.0.0.)
2626- Changelog-visible by default: ` feat ` (Features), ` fix ` (Bug Fixes), ` perf ` ,
2727 ` revert ` , and ` deps ` (Dependencies). The rest - ` docs ` , ` chore ` , ` ci ` ,
2828 ` build ` , ` refactor ` , ` style ` , ` test ` - are valid but ** hidden** : a PR titled
0 commit comments