Skip to content

Commit 9ca4973

Browse files
committed
Merge pull request #196 from mboersma/add-milestone-step
docs(release-checklist): note that milestones should be closed
2 parents 76f4c8f + 7392f68 commit 9ca4973

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A release consists of the following artifacts:
2626
- [router](https://github.com/deis/router)
2727
- [slugbuilder](https://github.com/deis/slugbuilder)
2828
- [slugrunner](https://github.com/deis/slugrunner)
29-
- [workflow](https://github.com/deis/worflow)
29+
- [workflow](https://github.com/deis/workflow)
3030
- [workflow-e2e](https://github.com/deis/workflow-e2e)
3131
- [workflow-manager](https://github.com/deis/workflow-manager)
3232
- [workflow-cli](https://github.com/deis/workflow-cli)
@@ -167,7 +167,14 @@ GitHub project. To do so, simply run the below command in the `deis-workflow-gro
167167
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag git-tag-push
168168
```
169169

170-
# Step 8: Let everyone know
170+
# Step 8: Close GitHub milestones
171+
172+
For each of the component projects listed at the top of this document, as well as for
173+
[workflow-cli](https://github.com/deis/workflow-cli), visit its GitHub repository and close
174+
the appropriate milestone. If there are still open issues attached to it, move them to
175+
the next upcoming milestone before closing.
176+
177+
# Step 9: Let everyone know
171178

172179
Jump in #company on slack and let folks know that the release has been cut! This will let
173180
folks in supporting functions know that they should start the release support process including

0 commit comments

Comments
 (0)