Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(releases.md): update to reference workflow-chart-stage job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Dec 12, 2016
1 parent 84fbf39 commit 3773830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/roadmap/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ these components are tagged:

### Step 3: Create Helm Chart

To create and stage a release candidate chart for Workflow, we will build the [workflow-chart-publish](https://ci.deis.io/job/workflow-chart-publish) job with the following parameters:
To create and stage a release candidate chart for Workflow, we will build the [workflow-chart-stage](https://ci.deis.io/job/workflow-chart-stage) job with the following parameters:

`CHART_REPO_TYPE=staging` and `RELEASE_TAG=$WORKFLOW_RELEASE`

Expand All @@ -178,7 +178,7 @@ When showstopper-level bugs are found, the process is as follows:
1. Create a component PR that fixes the bug.
1. Once the PR passes and is reviewed, merge it and do a new
[component release](#how-to-release-a-component)
1. Trigger the same `workflow-chart-publish` job as mentioned in Step 3 to upload the newly-generated Workflow release candidate chart to staging.
1. Trigger the same `workflow-chart-stage` job as mentioned in Step 3 to upload the newly-generated Workflow release candidate chart to staging.

### Step 5: Release the Chart

Expand Down

0 comments on commit 3773830

Please sign in to comment.