Releases: bitrise-steplib/steps-google-play-deploy
Releases · bitrise-steplib/steps-google-play-deploy
3.8.0
3.7.6
What's Changed
- Fix lint by @ofalvai in #164
- Adding FAILURE_REASON as an environment variable so it can be consume… by @dlucci in #166
- Update module golang.org/x/net to v0.23.0 [SECURITY] by @renovate in #170
- Update module google.golang.org/grpc to v1.58.3 [SECURITY] by @renovate in #168
- Update module google.golang.org/protobuf to v1.33.0 [SECURITY] by @renovate in #171
- Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURITY] by @renovate in #167
New Contributors
Full Changelog: 3.7.5...3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.6.0
3.5.0
New step input: Acknowledge Bundle Installation Warning (ack_bundle_installation_warning
).
- Must be set to
true
if the App Bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB). In those cases, uploading an AAB to Google Play will result in an error which you can accept by setting this input totrue
. - Default:
false
.
3.4.0
- Introduced a new input
retry_without_sending_to_review
to signal that the step should retry sending changes by setting the newly introducedchangesNotSentForReview
flag. #119 #120 - The changes are first always sent without the flag, but if it fails it can be retried by applying the flag. Please not that in later case the review has to be manually initiated on the Google Play Console UI