Skip to content

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

Tags

3.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dry_run option to validate without committing (#172)

* Add dry_run option to validate without committing

* Add E2E test

* Fix indent

* Fix parallel testing issues?

* Fix conflicting versionName across tests

* Increment version code to not conflict with another test

* Define track

---------

Co-authored-by: Olivér Falvai <[email protected]>

3.7.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURI…

…TY] (#167)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

3.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increased retries (#155)

3.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Retry on http status unauthorized (#152)

Similar workaround to fastlane/fastlane#21507 (comment).
Retry HTTP calls when 401 is (randomly) returned by Google, that causes customer impact.

3.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print suggestion when API returns internal server error (#143)

* Print suggestion when API returns internal server error

* Change wording

3.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add note about AAB and mapping files (#133)

* Add note about AAB and mapping files

* Update README.md

3.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add list of tracks available at runtime (#131)

* Add list of tracks available at runtime

* Update log message

Co-authored-by: Olivér Falvai <[email protected]>

3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support uploading multiple mapping files (#126)

* Support uploading multiple mapping files

* Add tests for mapping file validation

* Use t.TempDir() and filepath.Join() in tests

[STEP-1328]

3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README (#125)

* Update README

* Update README

* Update README.md

3.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce input to be able to send edit requests without automaticall…

…y sending it for review (#120)

* Set do not send changes to review option to true

* Go mod update

* Patch Google API code

* remove monokeypatch

* Retry committing changes if it fails with the need of changesNotSentForReview

* Introduced new input to be able to automatically retry
* Updated Dependencies

* Fix `yaml` indentation

* Add retry to our test case

* Remove validation step

* Add the flag to the other e2e test too

* Updated input description

Co-authored-by: Mate Herber <[email protected]>