From 7374134dab7115fabf4dfd86c0cbd882c35a21c4 Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Wed, 30 Oct 2019 12:56:54 -0500 Subject: [PATCH] doc: add reminder to close out Milestone to Making-Releases --- doc/MAKING-RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/MAKING-RELEASES.md b/doc/MAKING-RELEASES.md index 990d15021..78a06e85e 100644 --- a/doc/MAKING-RELEASES.md +++ b/doc/MAKING-RELEASES.md @@ -81,4 +81,5 @@ Here's a checklist for the release process. 1. Add a new '[Unreleased]' section to the CHANGELOG.md with empty headers. 2. Look through PRs which were delayed for release and merge them. -3. Update this file with any missing or changed instructions. +3. Close out the Milestone for the now-shipped release. +4. Update this file with any missing or changed instructions.