-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The Google Play Developer API supports different release statuses. [1]
It would be nice to be able to set the release status to draft.
- To be able to setup the CI on projects that have not been finished yet.
- To generally support a wider range of project types.
An easy way would probably be to use the custom tracks similar to:
Setting the status to "inProgress" when the Track is called "rollout". [2]
Pros and Cons of the easy way:
Pros:
- easy to setup
- no need to change the GUI
Cons: - bit of a hack as it is not intuitive
- not easy to find if not stated in the README.md
[1] https://developers.google.com/android-publisher/api-ref/rest/v3/edits.tracks?hl=en#status
[2]
Line 302 in 41ed24b
| if (TRACK_ROLLOUT.equals(trackName)) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels