release: support an interactive pipeline #2789
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Support for an interactive pipeline, so every stage will require a prompt confirmation.
Why
This is handy when something happens during the release, and you would like to rerun the pipeline but skipping some stages.
Implementation details
Rather than running from a particular stage onwards, this interactive pipeline will allow further granularity about what stage should be run individually, a bit tedious but worthy in terms of running one stage from the middle if needed, besides a bit less complex
Actions
Set release versionrequires an input parameter to gather some env variablesUI
I just recorded how this interactive approach will work, (it failed as my local playground doesn't have slack correctly configured)
Once selected the
interactiveoption