-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implementation of sz deploy android
command
#880
Conversation
Visit the preview URL for this PR (updated for commit 0e1dc15): https://sharezone-test--pr880-add-fastlane-android-1prgz5wx.web.app (expires Thu, 07 Sep 2023 16:25:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
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.
LGTM. Will the Gemfile.lock
need a regular update (similar to running pub get
for our packages)? If so, how would one update it?
I don't think that the However, if you still need to update them, you use the following command: [sudo] bundle update For more information: https://chat.openai.com/share/69c2afd4-0e1d-4747-912e-8cbb08d321b1 |
Description:
This pull request introduces the
sz deploy android
command into our CLI. The new command is designed to automate and simplify the process of building and deploying the Sharezone Android app to Google Play.Key Features:
Changes Introduced:
stage
,flavor
, andwhats-new
options.Usage:
Note:
Ensure that Fastlane and Codemagic CLI tools are correctly installed and set up before using this command. Also, Google Play credentials should be properly configured in Fastlane.