Hello! 👋
I was wondering... Given that the recommended approach is to have a multiplatform project with different targets in the same repo, how do you approach the release cycle?
I clearly want them to be independent, but what strategy would be a good one in terms of git branch management?
I normally fire the CI workflow to build and push the artifact in the case of a tag creation on the master branch, but what if there could be three or more different targets and only one of them should be released?
Thanks! 🙇