I am automating the creation of internal app release using the Google Play Console Developer API.
I can make the API creating a draft release for my draft app by:
- Create a new edit
- Upload a bundle to the edit
- Update the track for the edit to be "internal" with status of "draft"
- Commit the edit against my package
However, I still need to go into the UI and manually click Edit release
" then Next
, then Save
to get an internal release to send to people
What extra steps am I missing from my Api calls to get to fully automate this process, please?