-
Notifications
You must be signed in to change notification settings - Fork 42
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
Remove existing builds from review with publish
#288
Comments
This would be similar to fastlane's or |
Hi @kevmo314, thanks for bringing this up. This sure sounds like a useful addition to |
Hi! :) Good proposal. However, to understand the aims and goals better, based on your description, it seems that the more fitting extension would be equivalent to Fastlane's Please correct me if I am missing something. Thanks! :) |
Yeah that's probably correct. We run publish as our last CI/CD step right now and it fails due to an existing build being in review (both testflight and app store) so the ideal behavior would be to be able to unmark the older builds |
Hi @kevmo314! This got slightly delayed but has now been merged in #289. For Codemagic CLI tools users now accept the flag The flag acts the same as fastlane's The following actions: now accept the flag The flag acts similarly to fastlane's Alternatively, these actions (which are used within the flags) can be called directly for a specific application as well, such as:
When using the flag, the blocking build or submission will be expired/cancelled if in a state where it is possible. For For Codemagic CI/CD users For submitting to Testflight, the publishing section has to be updated as follows:
And for App Store, as follows:
Along with these, some other actions were introduced with the PR, which can be seen in the changelog. |
Is it possible to remove any pending builds from review with the
publish
command? We end up having a decent number of builds get rejected because there's already a build pending for review which makes our testflight not match the latest version.The text was updated successfully, but these errors were encountered: