What do you guys think of this?:
- Jeff creates a new branch
multiplatform off of main.
- David finishes up final items for Android release on
main.
- Any changes to
main, Jeff rebases into multiplatform
- When ready for release, will create a new
release branch and tag. If we need to do fixes, we can do so from this branch.
- Jeff does a final rebase into
multiplatform, then can do a fast-forward merge into main and delete multiplatform.
- Development continues on the
main branch.
@gtjeffw @david-peeler