Skip to content

Commit 7392f68

Browse files
committed
docs(release-checklist): note that milestones should be closed
1 parent b4f6a60 commit 7392f68

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)
@@ -166,7 +166,14 @@ GitHub project. To do so, simply run the below command in the `deis-workflow-gro
166166
TAG=$DEIS_RELEASE TAG_MESSAGE="releasing workflow $DEIS_RELEASE" make git-tag git-tag-push
167167
```
168168

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

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

0 commit comments

Comments
 (0)