levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Improved fastlane git flow release cycle. #9

Closed levibostian closed 5 years ago

levibostian commented 6 years ago

Problem:

This is what I want to do:

I could then create another branch, optional, for releasing to external beta testers. This would probably be a com.whatever.foo type of release which is just like a prod release. Then, once that is beta tested successfully I can simply promote it to prod in itunes connect. I can create a new branch in git to do this trigger.

levibostian commented 5 years ago

I have put more thoughts into this and will be doing it in a different way.