## Description
Resurrect the existing mobile independent release GitHub workflow,
adapting it to the new monorepo structure but otherwise keeping it
unchanged.
## Tests
Currently untested.
## Description
This action will take the latest auth code, build the iOS/Android apps,
and create a draft release using it.
It will also then create a desktop build of auth. Since the desktop
build is currently in beta, this might be neutered when we merge this
into main for now.
## Tests
This PR _is_ the test. I'll be adding commits as I fill this in. These
commits will create a test tag (that I'll also delete later).
For folks who're using the git integration from within VSCode, the top level
directory needs to be open in VSCode for using git GUI from VSCode.
However, for using the Run & debug configurations they need to open ente/mobile
is opened in VSCode.
As a solution
- gitignore .vscode
- provide sample VSCode configuration files is mobile/docs/vscode and auth/docs/vscode
- mention it in the README
(will update the auth README later, have to do a few more changes to it first)