Thorium-android-app/DEPLOYMENT.md

16 lines
434 B
Markdown
Raw Normal View History

2020-09-26 18:22:36 +02:00
## Internal deployment notes
2020-09-26 18:24:04 +02:00
1. merge pull-requests on github into develop
2. Locally switch to develop
3. Pull github develop
4. Pull weblate develop
2020-09-26 18:30:36 +02:00
5. Add change logs (fastlane/metadata/android/en-US/changelogs/XXX.txt)
2020-09-26 18:31:39 +02:00
6. Push to gitlab and github
2020-09-26 18:24:04 +02:00
7. Merge request into master and merge
8. Add Release Tag on master branch
9. Release to play store
10. Wait for gitlab -> github sync
11. Run publishGithub
2020-09-26 18:22:36 +02:00