Skip to content

Releases: bitrise-steplib/steps-google-play-deploy

3.8.0

26 Sep 08:19
fe37a30
Compare
Choose a tag to compare

What's Changed

  • Add dry_run option to validate without committing by @smuldr in #172

New Contributors

Full Changelog: 3.7.6...3.8.0

3.7.6

07 Aug 09:42
c341208
Compare
Choose a tag to compare

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

18 Sep 16:09
26aa360
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.4...3.7.5

3.7.4

18 Sep 14:27
19a3fb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.3...3.7.4

3.7.3

16 Nov 13:00
2049e42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.2...3.7.3

3.7.2

08 Oct 15:19
3a19333
Compare
Choose a tag to compare

[#133] Step description update

3.7.1

04 Oct 08:00
e45fe90
Compare
Choose a tag to compare

[#131] Print available Google Play release tracks to log

🥇 Thank you @bartwesselink for the contribution!

3.6.0

06 Sep 10:55
dbf4167
Compare
Choose a tag to compare

(#126) Support uploading multiple mapping.txt files along multiple APKs or AABs. The step input mapping_file now accepts a | or \n separated list of mapping file paths. Please note that the mapping file order should match the order of APK/AAB paths.

3.5.0

02 Sep 13:44
5cafe57
Compare
Choose a tag to compare

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 to true.
  • Default: false.

3.4.0

11 Aug 15:43
342d263
Compare
Choose a tag to compare
  • Introduced a new input retry_without_sending_to_review to signal that the step should retry sending changes by setting the newly introduced changesNotSentForReview 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