From 13bce33a6c93c4a832675a493f0ec9466e757fce Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Mon, 6 May 2024 08:31:59 -0400 Subject: [PATCH] Update release notes instructions to add file to nav menu --- docs/docs/releases/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/releases/README.md b/docs/docs/releases/README.md index b84a065ac9..f2f77bd0bf 100644 --- a/docs/docs/releases/README.md +++ b/docs/docs/releases/README.md @@ -23,5 +23,7 @@ This is developer documentation to help with release notes. It is not published 1. Open the release notes file and find a new section at the end titled **(TO CATEGORIZE)**. Incorporate PRs listed within this section into the release notes as you see fit. Rewrite the title text that appears directly in the markdown. Leave the titles as-written within the quotes (these will appear within hover text). Save the release notes and commit them. +1. Edit `mkdocs.yml`, adding the newly-generated release notes file to the nav menu. + 1. Re-run the script as needed.