Skip to content
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

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

naipaka
Copy link
Contributor

@naipaka naipaka commented Sep 3, 2024

🔗 Related Issues

🙌 What's Done

  • Add workflow for create new release tag

✍️ What's Not Done

  • None

🖼️ Image Differences

Before After
image image

🤼 Desired Review Method

  • Correction Commit
  • Pair programming

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

  • I have reviewed my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I updated/added relevant documentation (doc comments with ///).

@naipaka naipaka marked this pull request as ready for review September 3, 2024 06:16
@naipaka naipaka requested a review from a team as a code owner September 3, 2024 06:16
@naipaka naipaka requested review from k-nkmr and riscait and removed request for a team September 3, 2024 06:16
@naipaka naipaka marked this pull request as draft September 3, 2024 06:22
@naipaka naipaka marked this pull request as ready for review September 3, 2024 06:29
@naipaka naipaka force-pushed the 484-setup-xcode-cloud-2 branch from 755ae0f to 74eb8f0 Compare September 3, 2024 06:30
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.75%. Comparing base (bfb474a) to head (ec6c450).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bfb474a...ec6c450. Read the comment docs.

Copy link
Member

@riscait riscait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks!

@@ -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
Copy link
Contributor Author

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!

Reference: https://zenn.dev/link/comments/2eea7c57c6d14b

@naipaka naipaka enabled auto-merge (squash) September 3, 2024 06:45
@naipaka naipaka merged commit d1f33b1 into main Sep 3, 2024
9 checks passed
@naipaka naipaka deleted the 484-setup-xcode-cloud-2 branch September 3, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants