You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a resume release command.
It is especially useful when testing a release and it fails at step 13/21. I then go and fix the sample that failed and would like to resume the release process.
Would it be possible to support east release --start-at 13 or east release resume or something like that?
Required steps / Implementation details
Add command that resumes a failed release on the step that last failed, or a subcommand that specifies the step to resume at.
Definition of Done
Release builds can be resumed :)
The text was updated successfully, but these errors were encountered:
Context
It would be nice to have a resume release command.
It is especially useful when testing a release and it fails at step
13/21
. I then go and fix the sample that failed and would like to resume the release process.Would it be possible to support
east release --start-at 13
oreast release resume
or something like that?Required steps / Implementation details
Add command that resumes a failed release on the step that last failed, or a subcommand that specifies the step to resume at.
Definition of Done
Release builds can be resumed :)
The text was updated successfully, but these errors were encountered: