DEV Community

Discussion on: DevOps - Understanding and applying CI/CD pipeline for Android developers 🚀 - Part 2

Collapse
 
abdorahmanmahmoudd profile image
Abdelrahman

Well done Mustafa! :clap :clap

I have a suggestion regarding the linting script, wouldn't it be cleaner to create a stage called "format"
and then make that lane at that "format" stage?

Also, how about creating a lane to automatically update your app version number and accumulate release notes from your commits before uploading the build to your channel!

finally give a look at "gym" its really cool tool that would make it easier for you.
docs.fastlane.tools/actions/gym/#gym

Collapse
 
mustafakhaled profile image
Mustafa Khaled

Thanks Abdelrahman.
I think this good and I'll put this into considerations.
For updating the app version number, I think this is out of the scope of this article as we are here work with beta deployments but definitely this is very important.
I'll have a look at this also.
Thank you again