Skip to content

Commit 7571de9

Browse files
authored
ci(react-sdk): remove release version pinning (#1345)
<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1345" 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 in Devin Review"> </picture> </a> <!-- devin-review-badge-end --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk CI/release automation change that only affects how `release-please` determines the next version for `packages/sdk/react`. Main risk is unintended version bumps if prior manual pinning was relied on. > > **Overview** > Removes the `release-as: "4.0.0"` override for `packages/sdk/react` in `release-please-config.json`, so `release-please` will no longer force the React SDK to release as 4.0.0 and will instead follow normal version calculation. > > No other package release configuration is changed. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 84aa98e. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8a0de8e commit 7571de9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@
281281
"bump-minor-pre-major": true
282282
},
283283
"packages/sdk/react": {
284-
"release-as": "4.0.0",
285284
"extra-files": [
286285
"src/client/LDReactClient.tsx",
287286
{

0 commit comments

Comments
 (0)