Commit 38373ec

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-11-04 13:12:42
Update release process.md
1 parent 5308aae
Changed files (1)
docs/release process.md
@@ -7,8 +7,9 @@ App release checklist
 - [ ] create changelog
 - [ ] update version in `pubspec.yaml` and `android/app/build.gradle`
 - [ ] verify no tests fail
+- [ ] `flutter clean`
 - [ ] compile apk `flutter build apk --release --flavor github --obfuscate --split-debug-info=./build/debug-info`
 - [ ] compile play-store `flutter build appbundle --release --flavor github --obfuscate --split-debug-info=./build/debug-info`
 - [ ] Google Play beta release
-- [ ] Once a successful update was reported and the app works, promote the Play release and create a GitHub release
-- [ ] Add debug symbols in `./build/debug-info` to GitHub release
\ No newline at end of file
+- [ ] Once a successful update has been reported and the app works, promote the Play release and create a GitHub release
+- [ ] Add debug symbols in `./build/debug-info` to GitHub release