This project is a fastlane plugin. To get started with fastlane-plugin-stream_actions
, add it to your project by updating the Pluginfile
:
gem 'fastlane-plugin-stream_actions'
Stream Actions are used to share the scripts and fastlane actions across multiple repositories and automate the release process of iOS Stream SDKs.
First of all, install any dependencies
bundle install
To run both the tests, and code style validation, run
bundle exec rake
To automatically fix many of the styling issues, use
bundle exec rubocop -a
To release the plugin, bump the plugin version and run
bundle exec fastlane release
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.