-
Notifications
You must be signed in to change notification settings - Fork 11
How to Release a Beta Build to the Quality Control Team
zaven edited this page Jan 30, 2020
·
3 revisions
- Permissions to merge PRs on github
- Fastlane tools installed on localhost
- Account access to Greenstand's travis build environment
- Bring master branch up to date with the commits that are to be released
- Pull and test code in any pending PRs
- Merge PRs with master branch
- Bump build number on master branch
- Switch to master branch on localhost
- Run 'fastlane android bump_version_code_and_push' from root of Android project
- Verify that the job completed successfully by checking git log for version bump commit
- Release the build onto crashlytics
- Visit https://travis-ci.com/Greenstand/treetracker-android
- Select 'More Options', and then 'Trigger build'
- Select master branch
- In the field 'Custom config' paste the following value
script:
- "fastlane android beta_release"
- Click 'Trigger Custom Build'
- If the build completes successfully, a notification will be sent to #quality_control and #android on Greenstand's slack workspace