AOSSIE-Org / Resonate

Clubhouse, but Open Source. A social voice platform.
GNU General Public License v3.0
171 stars 123 forks source link

Setup CI/CD for building the app and creating a release. #319

Open ShivamMenda opened 3 months ago

ShivamMenda commented 3 months ago

🚀 The feature

I propose a feature to include CI/CD for the main branch where anytime there's a code push, it builds the package, produces an APK as an artifact, and tags it with a release.

Motivation, pitch

This would introduce automation and a release pipeline and it would also help in tagging the releases, it would be a good progress check too, and we can always revert to the last stable build according to the version number in case of any failure.

ShivamMenda commented 3 months ago

@chandansgowda @jddeep I can create a workflow for this as it would help the project

chandansgowda commented 1 month ago

@ShivamMenda You can start working on this.

ShivamMenda commented 1 month ago

Sure @chandansgowda