Skip to content

Commit

Permalink
Merge pull request #25 from agateau/post-release-fixes
Browse files Browse the repository at this point in the history
post release fixes
  • Loading branch information
agateau authored Jul 2, 2024
2 parents 99303b4 + a243675 commit 2c941b7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions doc/release-check-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,27 @@
git push -u origin prep-release
```
- [ ] Check CI is happy
- [ ] Merge in master
```
git checkout master
git pull
git merge --ff-only dev
gh pr create --fill
gh pr merge -dm --auto
```
- [ ] Tag:
```
git checkout master
git pull
make tagpush
```
# Upload .apk
- [ ] Upload on Google Play
Check fastlane/google-play-api.json exists
```
make fastlane-beta
```
Expand Down Expand Up @@ -120,4 +121,6 @@
- [ ] Announce on Mastodon
- [ ] Announce on Twitter
# Post release
- [ ] Update release check list

0 comments on commit 2c941b7

Please sign in to comment.