diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 732c2fa..a638500 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -19,4 +19,9 @@ jobs: flutter-version: '1.22.4' - run: flutter pub get - run: flutter test + - run: flutter analyze --no-pub --no-current-package lib + - run: mv docs doc + - run: dart pub publish --dry-run + - run: mv doc docs + diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e980b..6dbabca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## 1.0.0 - -- This is our first release! 🎉🎉🎉 +- 🚀 This is our first release! 🎉🎉🎉 Report issues or give us any feedback is appreciated! - [integration guide](https://developer.mixpanel.com/docs/flutter) - [full API reference](https://mixpanel.github.io/mixpanel-flutter) \ No newline at end of file