Skip to content

Commit 072674b

Browse files
authored
chore: release @launchdarkly/jest v1 (#1084)
SDK-1793 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release tooling config-only change; risk is limited to potentially producing an unintended version tag/release for `packages/tooling/jest`. > > **Overview** > Configures release-please to publish `packages/tooling/jest` as `1.0.0` by replacing the previous pre-1.0 minor-bump behavior (`bump-minor-pre-major`) with an explicit `release-as` version. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 36a66a1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9dac50a commit 072674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"packages/tooling/jest": {
126-
"bump-minor-pre-major": true
126+
"release-as": "1.0.0"
127127
},
128128
"packages/telemetry/browser-telemetry": {},
129129
"packages/sdk/combined-browser": {

0 commit comments

Comments
 (0)