-
-
Notifications
You must be signed in to change notification settings - Fork 282
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 internal release on every commit #2983
Conversation
Not an expert, but I guess it's too much, even for alpha or internal a new release on every merged pr is too much. |
The question asked here is: how much can we delegate to automatic processes? If the idea is: "we want a full release process after each merged PR", that makes sense if you want a systematic automatic check of all the boring tiny details about a release. But doing so we lose track (and interest) about the releases. I prefer the semi-automatic release process as in off-dart: it's automatic because all the PR are included and all the release process is automatic (which is great), but WE decide when to trigger a release, that can be labeled "offline tasks + vertical buttons + new crop tool" (and not just "btw some random developer merged a PR 10 minutes ago"). |
@monsieurtanuki It's not a real release, it's internal to ensure we can test continuously. |
The plan is to eventually have two playstore listings:
I only added this change before creating a second listing as I noticed that we have a LOT of release please releases lately. This isn't a problem but I think it's overkill to have the release PR merged + a github release + a new release PR sometimes twice a day |
Co-authored-by: Pierre Slamich <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #2983 +/- ##
=======================================
Coverage 6.49% 6.49%
=======================================
Files 246 246
Lines 12132 12132
=======================================
Hits 788 788
Misses 11344 11344 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@M123-dev Thank you! |
What
@teolemon
Part of