-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci/cd: Add workflow for create new release tag #490
Conversation
755ae0f
to
74eb8f0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #490 +/- ##
=======================================
Coverage 23.75% 23.75%
=======================================
Files 13 13
Lines 160 160
=======================================
Hits 38 38
Misses 122 122 Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -34,6 +37,6 @@ curl -sL https://firebase.tools | bash | |||
dart pub global activate flutterfire_cli | |||
|
|||
# Build the iOS app in release mode with no code signing. | |||
flutter build ios --release --dart-define-from-file=dart_defines/prod.env --no-codesign | |||
flutter build ios --release --dart-define-from-file=dart_defines/${flavor}.env --no-codesign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I apologize for the inconvenience after the review, but I modified the app to allow for building according to the environment by using environment variables!
🔗 Related Issues
🙌 What's Done
✍️ What's Not Done
🖼️ Image Differences
🤼 Desired Review Method
Note
It is possible that a reviewer's will may cause a method to be implemented that is not selected.
📝 Additional Notes
I modified the Xcode Cloud workflow to trigger on tag creation, so I added a workflow that automatically creates a tag when merging into the release branch!
Once this PR is merged, I'll proceed with verifying the operation of Xcode Cloud.
Reference: https://zenn.dev/naipaka/scraps/807963171ec6d9
Pre-launch Checklist