-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Github Actions workflow #175
base: master
Are you sure you want to change the base?
Conversation
Thanks for this PR, this was something I never got time to look into! I will have a few questions and suggestions, if you don't mind...
|
|
c33ed42
to
3936d55
Compare
@theothernt detailed info about secrets, value stored them: |
83e6c76
to
c279473
Compare
Prepared a bump step in the Release workflow. This commit is on the automatic_ver_bumps now. |
This all looks great, I'll make time to play it with a bit more in a couple of days! |
Later we could try to add Lokalise to CI pipeline! |
Yes, that would also be a time saver. When a release is nearly ready, I pull all the new or update strings into Lokalise with their GitHub addon. But, when all the strings are translated, I have to manually integrate the strings back into the project as Lokalise sees Android .XML files and .JSON files are two different 'groups'. Also, I would like to add the Play Store, etc descriptions to the repo so they can be translated as well. |
💯 It could be done without human participation. Translating the Play Store description and What's New is a good idea! Let the native speakers do it) |
Sorry about the delay, I should have time to approve the PR this week! |
Hey @theothernt
I've prepared GHA workflows:
The release workflow can also provide multiple builds for all flavors. There is only githubRelease at the moment.
Easy to add any flavor on request.
Finally, all you need to do is create a release tag and the workflow will start bundling and uploading all the artifacts, and at the end it will add the Github APK to the release page.
I'm sure that will boost your bundling time 🚀
Be free to contact me for any assistance to speed-up GHA integration.