Skip to content

Commit

Permalink
feat: clarify android release process in readme (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry-Borodin authored Feb 1, 2024
1 parent 968a28f commit 267f918
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ Enable "Show package details" checkmark to select specific version.

# Release Android

- Create PR with new app version updated and tag v* (example "v6.1.3")
- After merging to master - run release-android.yml flow. It will build and sign apk and upload it to internal track in play store
- Create PR with new app version updated
- After merging to master - and tag v* (example "v6.1.3")
- Run android-release.yml flow. It will build and sign apk and upload it to internal track in play store
- Create github release with apk from release flow
- Go to play store, promote internal track to production and update changes in play store

Expand Down

0 comments on commit 267f918

Please sign in to comment.