@@ -240,27 +240,22 @@ deisrel changelog individual workflow $WORKFLOW_PREV_RELEASE HEAD $WORKFLOW_RELE
240240open https://github.com/deis/workflow/releases/new? tag=$WORKFLOW_RELEASE
241241```
242242
243- ### Step 7: Close GitHub Milestone
244-
245- Close the GitHub milestone for [ deis/charts] [ ] and for [ deis/workflow] [ ] and create new ones for
246- the next planned release.
247-
248- ### Step 8: Update Documentation
243+ ### Step 7: Update Documentation
249244
250245Create a new pull request at [ deis/workflow] [ ] that updates version references to the new release.
251246Use ` git grep $WORKFLOW_PREV_RELEASE ` to find any references, but be careful not to change
252247` CHANGELOG.md ` . This PR should also change ` upgrading-workflow-md ` by updating references to
253248older releases to ` $WORKFLOW_PREV_RELEASE ` , so the documentation always describes upgrading
254249between recent versions.
255250
256- ### Step 9 : Assemble Master Changelog
251+ ### Step 8 : Assemble Master Changelog
257252
258253Each component already updated its release notes on GitHub with CHANGELOG content. The
259254bodies of each component's release notes should be concatenated into a single gist. Note that there
260255may be more than one release per component--and more than one set of release notes--included in the
261256Workflow release.
262257
263- ### Step 10 : Close GitHub Milestones
258+ ### Step 9 : Close GitHub Milestones
264259
265260Create a pull request at [ seed-repo] ( https://github.com/deis/seed-repo ) to close the release
266261milestone and create the next one. When changes are merged to seed-repo, milestones on all
@@ -270,7 +265,7 @@ to the next upcoming milestone before merging the pull request.
270265Milestones map to Deis Workflow releases in [ deis/charts] [ ] . These milestones do not correspond
271266to individual component release tags.
272267
273- ### Step 11 : Let Everyone Know
268+ ### Step 10 : Let Everyone Know
274269
275270Let the rest of the team know they can start blogging and tweeting about the new Workflow release.
276271Post a message to the #company channel on Slack. Include a link to the released chart and to the
0 commit comments