Note the TestFlight build trigger in release.sh output

Pushing a vX.Y.Z tag kicks off the Codemagic iOS build automatically;
surface that in the release output so the operator knows it's running.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-07 12:40:18 -04:00
co-authored by Claude Opus 4.8
parent 5a2872e602
commit a81e510cde
+2
View File
@@ -128,6 +128,8 @@ run git tag -a "$TAG" -m "OOTT $TAG"
run git push origin "$TAG"
run gh release create "$TAG" --title "OOTT $TAG" --notes-file "$NOTES_FILE"
info "Pushing $TAG triggered Codemagic to build the iOS app and upload it to TestFlight. Track the build at https://codemagic.io/apps."
# === Section 3: build the Docker image =======================================
section "3. Build the Docker image"
confirm "Build the Docker image with Nix now?"