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

How to update release notes by version name? #1041

Closed msarelo closed 2 years ago

msarelo commented 2 years ago

Is it possible to update release notes by version name? Eg. I have 2 versions in GPC on internal track: 1.0.0 and 1.1.0, I would like to update release notes for 1.0.0.

Is it possible to do that in that way when I put file in specific folder eg: /app/main/play/1.0.0/internal.xml or by arguments eg: promoteReleaseArtifact --update nternal --releasne-name 1.0.0?

SUPERCILEX commented 2 years ago

No, and I don't plan to support that. The logic is already complicated and that would make things worse.