You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move tickets for any changes from the UAT column to the QA column on the Sprint board.
After the CI has deployed the build, ask @linda Setchell to do QA. Send a message asking for QA to be performed in the #nos-ios channel detailing the version (x.y.z) and build number and wait for her feedback. You can check the build number in [App Store Connect](https://appstoreconnect.apple.com/apps/1670125746/testflight/ios) or by looking at the git tags, because it is set dynamically in CI and isn’t committed to the repository. QA should be performed on the production version of the app (named Nos), not Nos Staging or Nos Dev.
On main, bump the version number for the next build by running fastlane bump_patch or bump_minor. Commit changes (git commit -m '[**Bump marketing version to x.y.z+1'**](https://github.com/planetary-social/nos/commit/f1bd2cde1515513b2941a9dda8e29378bf48c2cc)) and push.
Production Deployment
vstaging-0.1.11-240
. It should already have been deployed to TestFlight via a [Staging Deployment](https://www.notion.so/Staging-Deployment-04931912aa474deea54b5e6e3df0bac7?pvs=21) and passed UAT.git checkout -b release/x.y.z
and push it to GitHub. This will trigger a production build of the app which you can monitor in the [TestFlight Release Deployment action](https://github.com/planetary-social/nos/actions/workflows/testflight-deploy.yml).#nos-ios
channel detailing the version (x.y.z
) and build number and wait for her feedback. You can check the build number in [App Store Connect](https://appstoreconnect.apple.com/apps/1670125746/testflight/ios) or by looking at the git tags, because it is set dynamically in CI and isn’t committed to the repository. QA should be performed on the production version of the app (named Nos), not Nos Staging or Nos Dev.After QA
If bugs were found in QA that were blockers:
If no blockers were found, proceed with release:
git pull
fastlane stamp_release
. This will apply the latest version header to the changelog and push changes to origin (and send a new build to TestFlight)main
.main
, bump the version number for the next build by runningfastlane bump_patch
orbump_minor
. Commit changes (git commit -m '[**Bump marketing version to x.y.z+1'**](https://github.com/planetary-social/nos/commit/f1bd2cde1515513b2941a9dda8e29378bf48c2cc)
) and push.The text was updated successfully, but these errors were encountered: