File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,20 @@ to the next upcoming milestone before merging the pull request.
281281Milestones map to Deis Workflow releases in [ deis/charts] [ ] . These milestones do not correspond
282282to individual component release tags.
283283
284- ### Step 10: Let Everyone Know
284+ ### Step 10: Release Workflow CLI Stable
285+
286+ Now that the ` $WORKFLOW_RELEASE ` version of Workflow CLI has been vetted, we can push ` stable ` artifacts based on this version.
287+
288+ Kick off https://ci.deis.io/job/workflow-cli-build-stable/ with the ` TAG ` build parameter of ` $WORKFLOW_RELEASE `
289+ and then verify ` stable ` artifacts are available and appropriately updated after the job completes:
290+
291+ ```
292+ $ curl -sSL http://deis.io/deis-cli/install-v2.sh | bash
293+ $ ./deis version
294+ # (Should show $WORKFLOW_RELEASE)
295+ ```
296+
297+ ### Step 11: Let Everyone Know
285298
286299Let the rest of the team know they can start blogging and tweeting about the new Workflow release.
287300Post a message to the #company channel on Slack. Include a link to the released chart and to the
You can’t perform that action at this time.
0 commit comments