iblai-vibe-ops-release
Installation
SKILL.md
/iblai-vibe-ops-release — Build & Submit to the App Stores
Generate a Makefile and a fastlane/ config so a single command builds
your Tauri app and submits it to the Apple App Store (App Store Connect
/ TestFlight) and Google Play. Fastlane handles app-record / bundle-id
creation and the upload; Tauri (from
/iblai-vibe-ops-build) still produces the
.ipa / .aab.
make ios-release # build .ipa -> upload to TestFlight
make android-release # build .aab -> upload to Play internal track
make release-all # both