Releases: firebase/fastlane-plugin-firebase_app_distribution
Releases · firebase/fastlane-plugin-firebase_app_distribution
v0.7.0
v0.6.1
v0.6.0
v0.5.0
- Remove deprecated login action.
- Update
firebase_app_distribution
action to return a hash representing the release. The action also stores a hash representing the release inlane_context[SharedValues::FIREBASE_APP_DISTRO_RELEASE]
. - Fix bug where accessing
SharedValues::FIREBASE_APP_DISTRO_LATEST_RELEASE
caused auninitialized constant Fastlane::Actions::SharedValues::FIREBASE_APP_DISTRO_LATEST_RELEASE
error.
v0.4.2
v0.4.1
v0.4.0
v0.3.8
What's Changed
- Added configurable upload timeout to firebase_app_distribution_action by @spatenotte in #287
- Removed misleading "Authenticated successfully" message by @kaibolay in #286
- Added
fad-icon.png
to spec.files by @kaibolay in #283
New Contributors
- @spatenotte made their first contribution in #287
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- Catch parser error and improve error handling