AdrKacz / scaling-broccoli

Arcade mobile video game that will get you crazy 🔥
MIT License
2 stars 1 forks source link

⭐️ Add automation to deploy to Google Play Beta #114

Open AdrKacz opened 1 year ago

AdrKacz commented 1 year ago

Is your feature request related to a problem? Please describe.

Long and time consuming to deploy on Google play store Beta

Describe the solution you'd like

Write a script (can combine multiple stuff, doesn't have to work on the cloud, you can use Automator for example).

Additional context

It is hard to release new version so you don't do it often, a script would help to release more often, which is key to good improvement and customer feedback. Any improvement to speed up the release is a great thing.

AdrKacz commented 1 year ago

Google has an API to automate deployment of builds: https://developers.google.com/android-publisher/getting_started

AdrKacz commented 1 year ago

You will need to make sure the version and code are correctly set (need to increment from version to version)