From 8af55e20e111d6440072fdfc216a18a79a760de0 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 17 Oct 2023 19:21:59 +0100 Subject: [PATCH] doc: fix release process table of contents The table of contents for the release process still references a deleted section. Remove that reference, and renumber the following table of contents entries so that they link through to the correct sections. --- doc/contributing/releases.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 1d3bd71194caf4..740cab058262e0 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -32,9 +32,8 @@ official release builds for Node.js, hosted on . * [16. Check the release](#16-check-the-release) * [17. Create a blog post](#17-create-a-blog-post) * [18. Create the release on GitHub](#18-create-the-release-on-github) - * [19. Cleanup](#19-cleanup) - * [20. Announce](#20-announce) - * [21. Celebrate](#21-celebrate) + * [19. Announce](#19-announce) + * [20. Celebrate](#20-celebrate) * [LTS releases](#lts-releases) * [Major releases](#major-releases)