Skip to content

Commit e1c2eaf

Browse files
authored
ci: fixing release-please config (#1271)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk config-only change that only affects automated version bump behavior for `packages/sdk/electron` and `packages/sdk/svelte`. No runtime code paths are modified. > > **Overview** > Updates `release-please-config.json` to set `bump-minor-pre-major: true` for `packages/sdk/electron` and `packages/sdk/svelte`, aligning their release-please behavior so *minor* changes can bump the minor version even while the packages are still pre-`1.0.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b7b5bab. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1271" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent 82adddb commit e1c2eaf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
},
265265
"packages/telemetry/browser-telemetry": {},
266266
"packages/sdk/electron": {
267+
"bump-minor-pre-major": true,
267268
"extra-files": [
268269
"src/platform/ElectronInfo.ts",
269270
{
@@ -274,6 +275,7 @@
274275
]
275276
},
276277
"packages/sdk/svelte": {
278+
"bump-minor-pre-major": true,
277279
"extra-files": [
278280
{
279281
"type": "json",

0 commit comments

Comments
 (0)