- Update google play's release notes located in androidApp/src/main/play/release-notes/en-US/[track].txt.
-
- Add new git tag locally
git tag <tagname>
& push it to remote origingit push origin <tagname>
. - Add the same tag suffixed with '-desktop' & push it to remote as the previous step.
- Add new git tag locally
That's it.