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.13k stars 341 forks source link

feat: add versionCode parameter to promoteRelease method #1115

Closed MRezaNasirloo closed 11 months ago

MRezaNasirloo commented 11 months ago

Hi there!

This PR lets you specify a version code when promoting a track. Let me know if I've missed anything.

Closes #980

./gradlew promoteArtifact --from-track alpha --promote-track beta --version-code 123
SUPERCILEX commented 11 months ago

Seems good!

SUPERCILEX commented 11 months ago

Plz let me know if this works in snapshot builds.

JamalSharif commented 10 months ago

Dear Team, When can we expect this change to be released in next stable version?

MRezaNasirloo commented 9 months ago

Plz let me know if this works in snapshot builds.

@SUPERCILEX The snapshot build has been on our project's CI for a couple of months and it's been working without an issue.

SUPERCILEX commented 9 months ago

Sounds good, released.