Skip to content

Commit e8dd0b5

Browse files
committed
fix(releases): remove old milestone step
1 parent e84fb14 commit e8dd0b5

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

src/roadmap/releases.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,27 +240,22 @@ deisrel changelog individual workflow $WORKFLOW_PREV_RELEASE HEAD $WORKFLOW_RELE
240240
open 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

250245
Create a new pull request at [deis/workflow][] that updates version references to the new release.
251246
Use `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
253248
older releases to `$WORKFLOW_PREV_RELEASE`, so the documentation always describes upgrading
254249
between recent versions.
255250

256-
### Step 9: Assemble Master Changelog
251+
### Step 8: Assemble Master Changelog
257252

258253
Each component already updated its release notes on GitHub with CHANGELOG content. The
259254
bodies of each component's release notes should be concatenated into a single gist. Note that there
260255
may be more than one release per component--and more than one set of release notes--included in the
261256
Workflow release.
262257

263-
### Step 10: Close GitHub Milestones
258+
### Step 9: Close GitHub Milestones
264259

265260
Create a pull request at [seed-repo](https://github.com/deis/seed-repo) to close the release
266261
milestone 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.
270265
Milestones map to Deis Workflow releases in [deis/charts][]. These milestones do not correspond
271266
to individual component release tags.
272267

273-
### Step 11: Let Everyone Know
268+
### Step 10: Let Everyone Know
274269

275270
Let the rest of the team know they can start blogging and tweeting about the new Workflow release.
276271
Post a message to the #company channel on Slack. Include a link to the released chart and to the

0 commit comments

Comments
 (0)