files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
35.52k stars 2.26k forks source link

Code Quality: Removed unnecessary configurations #16569

Closed 0x5bfa closed 6 days ago

0x5bfa commented 1 month ago

Summary

We removed Store, Preview and Stable configurations in #16566. This is follow-up PR for it in order to remove leftovers.

We now have only Debug and Release. While we have 4 release destinations in Release configuration: SideloadPreview, SideloadStable, StorePreview and StoreStable, these are configured within our CD pipeline for the simplicity in project configurations since these have differences only in packaging and publish destination.

0x5bfa commented 1 month ago

Should I include follow up for CD for store submission to add a checkbox

yaira2 commented 1 month ago

Should I include follow up for CD for store submission to add a checkbox

That would be great! Please open a separate PR for this.

0x5bfa commented 1 month ago

PTAL