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.09k stars 339 forks source link

Wear release note is not retrieve with bootstrapListing #1096

Closed Themaapps closed 11 months ago

Themaapps commented 11 months ago

Describe the bug

If you have an application with 2 productions tracks (one for mobile, and one for wear which will be mandatory on 31th of August), then when running bootstrapListing, only the phone production release note will be retrieved. The wear track generate a "wear" file for each language, without extension and no content.

How To Reproduce

Run ./gradlew bootstrapListing Project has a wear and a mobile module.

Versions

Tasks executed

bootstrapListing

Expected behavior

Full listing is retrieved, including the wear release note.

Additional context (if a crash, provide stack trace)

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.