-
Notifications
You must be signed in to change notification settings - Fork 3
Workflows
Khoi edited this page Sep 15, 2023
·
10 revisions
Branching diagram.
Trigger on PRs to develop
branch (step 1)
- Run Ktlint
- Build debug
- Run unit tests
Trigger on PRs to release/x.y
branch (step 3)
- Run Ktlint
- Build release
- Run unit tests
3. Publish
Trigger when a GitHub release is created (step 4)
- Make signed release bundle → Upload to Play Store Beta track.
- Create tag
x.y.z
- Create a pull request from
release/x.y
todevelop
(step 5) - The deployment is listed in repository’s deployment history