Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 316 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 316 Bytes
  1. 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 origin git push origin <tagname>.
    • Add the same tag suffixed with '-desktop' & push it to remote as the previous step.

That's it.