-
-
Notifications
You must be signed in to change notification settings - Fork 285
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
[CI] Create a new GitHub Action: when a new release is published -> send to it stores #4518
Comments
I don't know what the goal of this is, but a release for android and ios is triggered by release please when it creates a release, the call found in here https://github.com/openfoodfacts/smooth-app/blob/develop/.github/workflows/release-please.yml |
The goal is a bit different here, as we don't want to release on internal on the Google Play, but at least on alpha/beta. And we want to support the Amazon App Store and in the future more stores, which is not relevant for the current "internal release) |
I don't exactly know what your goal is, but here is the current setup (Should probably create a structogram) We have:
(Before deactivating we called both from internal-release on push to master, releasing to internal) Now iOS is called only by release please. Android is called 3 times concurrently when merging the release-please PR:
Currently, the release track internal is hard-coded in the Fast lane files (here) but it should be possible to make this a parameter as well or just change the hard-coded value. We had it set to internal intentionally so that there is always the human factor (Pierre) to do the final step: promoting in the play console. Adding a different store can be done two ways: Duplicating the Or my recommendation to edit the current |
Draft of what I would like :
|
Hi everyone,
This issue is not for F-Droid, as it already starts itself by relying on Releases.
Instead, the goal here would be that when a new Release is created, automatically:
The text was updated successfully, but these errors were encountered: