Im trying to setup up CI/CD from build an application to deploy to google play. My steps:
- I make the request for getting edit_id with Method: edits.insert
- Then I upload bundle with Method: edits.bundles.upload
- Then I update the track to Production with Method: edits.tracks.update
- After all of that steps I commit the edit with Method: edits.commit and expect to see the new version of application in the Releases overview in Google play console. But I did not find it there. There are unfinished steps to make the release manualy by GUI. I need to push Edit release button, then press to Add from library and make a choise my bundle.
My question: How can I automatize making release with REST API? I Would apriciate for any advice.
I could not find any methods for release of uploaded bundle in this REST documentation https://developers.google.com/android-publisher/api-ref/rest