mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
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:
co-authored by
Claude Opus 4.8
parent
5a2872e602
commit
a81e510cde
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user