gps-release

Installation
SKILL.md

Play release flow

  1. Confirm package name and artifact (.aab preferred).
  2. Deploy to a testing track first:
gps --package $PKG deploy --file $AAB --track internal --release-notes "$NOTES" --confirm
  1. Promote when ready:
gps --package $PKG tracks promote --from internal --to beta --confirm
gps --package $PKG tracks promote --from beta --to production --user-fraction 0.1 --confirm
  1. Expand or halt:
Installs
1
GitHub Stars
2
First Seen
Jul 31, 2026
gps-release — appeeky/google-play-console-cli