diff --git a/README.md b/README.md index 9745d4c73..242ef19ff 100644 --- a/README.md +++ b/README.md @@ -328,9 +328,10 @@ fastlane prod 1. Update 1. Remove the app from the device 1. Go to TestFlight and install the latest build - 1. Sign in and upload an observation with photo and keep one observation saved but not uploaded + 1. Sign in and make sure you have at least one uploaded observation with photo + 1. Make one observation but keep it saved only, and not uploaded 1. Install a "Release" build on top of the TestFlight build - 1. Check that the saved observation is still there + 1. Upload the previously only saved observation 1. Install a "release" build on an Android device and repeat iOS steps 1. Write release notes based on commits since the last release. Try to keep them brief but emphasize what's new and what's fixed. Just keep them in a text editor; you'll save them at a later step. 1. Edit `package.json` and update the `version` per semantic versioning rules: bump the patch version if the only changes were bug fixes, bump minor version if there were new features, and bump the major version if the app was completely re-written or can't import data from previous versions.