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
Copy file name to clipboardExpand all lines: src/roadmap/releases.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,12 @@ Some Workflow components not in the Helm chart must also be tagged in sync with
159
159
Follow the [component release process](#how-to-release-a-component) above and ensure that
160
160
these components are tagged:
161
161
162
-
-[deis/workflow][]
163
162
-[deis/workflow-cli][]
164
163
-[deis/workflow-e2e][]
165
164
165
+
The version number for [deis/workflow-cli][] should always match the overall Workflow version
166
+
number.
167
+
166
168
### Step 3: Create Helm Chart
167
169
168
170
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:
@@ -243,6 +245,10 @@ Make sure to add a header to the page to make it clear that this is for a Workfl
243
245
## Workflow v2.9.0 -> v2.9.1
244
246
```
245
247
248
+
Once the PR has been reviewed and merged, do a [component release](#how-to-release-a-component) of
249
+
[deis/workflow][] itself. The version number for [deis/workflow][] should always match the
250
+
overall Workflow version number.
251
+
246
252
### Step 8: Close GitHub Milestones
247
253
248
254
Create a pull request at [seed-repo](https://github.com/deis/seed-repo) to close the release
0 commit comments