gps-release
Installation
SKILL.md
Play release flow
- Confirm package name and artifact (
.aabpreferred). - Deploy to a testing track first:
gps --package $PKG deploy --file $AAB --track internal --release-notes "$NOTES" --confirm
- 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
- Expand or halt: