Skip to content

Commit

Permalink
fix: Remove beta notice. Improve publishing. (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jan 31, 2024
1 parent 2159638 commit ccd1b28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-flutter-client-sdk.yml
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# We override the example dependencies so the version number can be a version which has
# not been released.
- name: Override example dependencies
run: |
echo "dependency_overrides:\r\n launchdarkly_flutter_client_sdk:\r\n path: .." > example/pubspec_overrides.yaml
- name: Publish Flutter Client SDK Package
uses: ./.github/actions/publish
with:
Expand Down
2 changes: 0 additions & 2 deletions packages/flutter_client_sdk/README.md
@@ -1,7 +1,5 @@
# LaunchDarkly Client-side SDK for Flutter

*This version of the SDK is a **beta** version and should not be considered ready for production use while this message is visible.*

[![Action Status](https://github.com/launchdarkly/flutter-client-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/flutter-client-sdk/actions/workflows/ci.yml)
[![Pub](https://img.shields.io/pub/v/launchdarkly_flutter_client_sdk.svg)](https://pub.dev/packages/launchdarkly_flutter_client_sdk)

Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Expand Up @@ -13,7 +13,6 @@
},
"packages/flutter_client_sdk": {
"release-type": "dart",
"release-as": "4.0.0",
"include-v-in-tag": false,
"include-component-in-tag": false,
"extra-files": [
Expand Down

0 comments on commit ccd1b28

Please sign in to comment.