diff --git a/README.md b/README.md index 942318c..a262cce 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ This provider allows for using LaunchDarkly with the OpenFeature JS SDK. This provider is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications. -This provider is a beta version and should not be considered ready for production use while this message is visible. - # LaunchDarkly overview [LaunchDarkly](https://www.launchdarkly.com) is a feature management platform that serves trillions of feature flags daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/home/getting-started) using LaunchDarkly today! diff --git a/release-please-config.json b/release-please-config.json index d0ca420..234dfb0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,8 +2,7 @@ "bootstrap-sha": "6b38e5a3ddb23705fbaec8770e715b4ef5827223", "packages": { ".": { - "release-type": "node", - "bump-minor-pre-major": true + "release-type": "node" } } }