From 2473aa3672eab5ca24fce4aa735f8304c6d1dd73 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 20 Oct 2023 12:27:27 +0100 Subject: [PATCH] doc: fix release process table of contents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. PR-URL: https://github.com/nodejs/node/pull/50216 Refs: https://github.com/nodejs/node/pull/45858 Reviewed-By: Luigi Pinca Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: Rafael Gonzaga --- 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)