-
Notifications
You must be signed in to change notification settings - Fork 471
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
Automate development and production releases [$700] #298
Comments
Hi. I'd like to work on this task. |
Hi I am working on it, I am using Github Action |
@josancamon19 any chance you can assign the tasks that are already being worked on. This will prevent engineering waste. Thanks. |
Yes @josancamon19 , @pratikbaid3 is right |
Assigned to vinayshankardubey rn, please keep posting updates |
If this doesn't get done, I'd be willing to make my own PR, but I wont start unless I'm asked to. |
Thanks @josancamon19 I am working on it |
Hi @josancamon19 , Hope you are doing well. As you have assigned me this task, finally I have implemented this functionality. Now I'm able to create build, APK for android and IPA for iOS.after every push request on main branch. After this my plan is, Please provide credentials and make plan to deploy build directly on "Play Store" after build creation. Please find below screenshots for check my work progress and also you can check my repo from here : https://github.com/vinayshankardubey/Friend |
Please create a PR as suggest for use to be able to give feedback from there |
Sure @raymondyegon ! But write now this functionality is not completed please provide upload-keystore.jks so I can create release build for Android also, through CI/CD.Right now this code is on my github repo which I have forked from real project. Please just guide me how can I put my functionality on real project because I also need access of real project to create TOKEN key which is needed at the time or running action, you can also create this. I am creating PR and Guide also. Thanks. @josancamon19 |
Please send me a DM on discord |
@josancamon19 Please check just sent hi by vinayshankardubey |
@vinayshankardubey Please keep posting updates, happy to help if you have any issues, and it'd also help if you create a Draft PR |
Hi Team, I have just created a push request in development branch. It's working properly at my end now we need to test it at real project. Please take pull request of "development branch" but before pull request please help me to add two secret's on project "Secrets and Variable" section.
Please help me to add these two dependencies then you can test it and please don't forget to give me feedback and suggestions if any. Thanks @josancamon19 @kodjima33 @raymondyegon |
Hi Team, Can you please review my PR and Let me know feedback's and suggestion's so that I can complete my work. Thanks |
Hi Team, Today I am going to integrate Fastlane. Thanks. |
Hi Team, I have implemented Fastlane. Just going for a final try But for making release on testflight and play store I need below credetials for configure in Appfiles for both cases. iOS : itc_team_id("[[XXXXX]]") # App Store Connect Team ID Android : So please provide me credential so that I can head for next process. Thanks |
Hi Team, I have completed my fastlane integration for iOS and you can see , uploaded a testflight build also ....but it's working on my pc same functionality is not working with github actions.....I need some help ...Who can help me with xCode with Github Action.. and @josancamon19 please check discord.just dm you...I need some help |
Hi Team, Still I am waiting please help me. |
Hi Team, After a long R&D finally I have completed fastlane implementation for iOS. for Android work is also completed at my end but still I am waiting for service account json key. please provide me this json file so that I can perform task on android also. Thanks @josancamon19 @kodjima33 |
Use codemagic.io |
Hi Team, Still I am waiting for json file.. |
Hi Team, Can you please, reply me.So that I can complete this task. |
Moved to other task using codemagic.io |
Is your feature request related to a problem? Please describe.
Use Github Actions + Fastlane to automate releases to alpha and production channels. When pushing to development branch, it should push a version to Testflight, and for android it should push an alpha version, when pushing to production, it should create draft releases for each platform.
Describe the solution you'd like
When someone pushes to
development
ormain
, it should do what mentioned above.Describe alternatives you've considered
CircleCI, and others.
The text was updated successfully, but these errors were encountered: