|
|
|
|
|
by ColCh
3691 days ago
|
|
Nice, We used to Gitlab CI + fastlane for our React Native pipelane, work pretty good. Algorithm: By-default, deploy into TestFlight and Beta GPlay, with version from git tag ("v1.0.0 e.g."). IF latest commit has a tag "v1.0.0-production", deploy on production too. |
|