Deployment Process¶
Divided into three environments (or lane in Fastlane):
internal: For internal testing.beta: For external testing. The same files will be pushed topromote_to_production.promote_to_production: Pushes thebetaversion to production.
Deployment steps for each environment are as follows:
internal: runmake bump-devand there will be two different input:- If we are bumping for new version, enter new tag, ex.
1.2.3. - If we are bumping build code only, enter empty text.
- If we are bumping for new version, enter new tag, ex.
beta: runmake bump.promote_to_production: publish the draft release on GitHub.