Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.12k stars 340 forks source link

Add documentation related to gradle tasks #950

Closed vivekweb2013 closed 3 years ago

vivekweb2013 commented 3 years ago

What are you having trouble with and how can we help you?

There is no clear documentation related to many of the gradle tasks. So if possible please add a table to list all the gradle tasks offered by this plugin and what exactly they do and their interdependencies

'publishApk', 'publishApps', 'publishBundle', 'publishListing', 'publishProducts', 'publishRelease', 'publishReleaseApk', 'publishReleaseBundle', 'publishReleaseListing', 'publishReleaseProducts'

Many of the tasks from above does not even have documentation

This will help users more insight of what the specific task do and how is it different from others

SUPERCILEX commented 3 years ago

The docs say what task to use to perform some action. If you prefer going the other way around and finding out what a task does, you can do that too: https://github.com/Triple-T/gradle-play-publisher#task-organization. (The last paragraph explains how to get docs for a specific task.)

vivekweb2013 commented 3 years ago

./gradlew tasks --group publishing is helpful. Thanks for pointing out.