iOS/Android Mono Repo Release Strategies

hello everyone, I am considering adopting KMM to share code between our two native iOS and Android codebases. But I can’t wrap my head around how the application release process is going to look like for both apps. Currently iOS and Android codebases have their own repos and create their own release branches/tags off of master every time they need to make a new App Store/Play Store version to release.

How would you recommend approaching this with both apps/codebases being in the same monorepo?

How did you end up doing this?