Automate publishing release notes to the Google Play Store

Andres Sandoval
2 min readJun 24, 2020

On every app release, we publish release notes and it’s a manual process we do every release. We can automate the process by setting up Gradle Play Publisher plugin.

  1. Add languages go to Store Presence -> Store Listing -> and add the Language.
  2. Configured Gradle Play Publisher.
  3. Create a new directory and files…

--

--