Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow using custom tracks with google-play #215

Merged
merged 10 commits into from
Apr 13, 2022

Conversation

priitlatt
Copy link
Contributor

@priitlatt priitlatt commented Apr 8, 2022

The main purpose of this PR is to add support for custom tracks in google-play get-latest-build-number (addresses isseu #152).

Updated actions

  • google-play get-latest-build-number

New actions

  • google-play tracks get
  • google-play tracks list

In order to support custom release tracks predefined track names were removed entirely, and a single request is now made to Google Play API, which returns all tracks, instead of querying each track separately. That way we get access to all available tracks.

Some quite significant changes were applied the codebase in order to get this done nicely in a modular way. Full overview of the changes are documented under the changelog entry.

@priitlatt priitlatt linked an issue Apr 8, 2022 that may be closed by this pull request
@priitlatt priitlatt added the enhancement New feature or request label Apr 11, 2022
@priitlatt priitlatt self-assigned this Apr 11, 2022
@priitlatt
Copy link
Contributor Author

Codemagic docs on Build versioning need to be updated with some marginal changes once this is live.

@priitlatt
Copy link
Contributor Author

Documentation updates are in separate PR #216.

@priitlatt priitlatt marked this pull request as ready for review April 12, 2022 12:30
@priitlatt priitlatt merged commit c3d46b6 into master Apr 13, 2022
@priitlatt priitlatt deleted the feature/google-play-custom-tracks branch April 13, 2022 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google-play CLI client does not detect or allow custom tracks
2 participants