From 6867c5a3b865bd0b415ed8f8aa0a5ce65b241eab Mon Sep 17 00:00:00 2001 From: Bryce Seefieldt Date: Wed, 25 Oct 2023 07:43:29 -0400 Subject: [PATCH] doc: fix TOC in `releases.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/nodejs/node/issues/50368 PR-URL: https://github.com/nodejs/node/pull/50372 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Rafael Gonzaga Reviewed-By: Antoine du Hamel --- doc/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 39d6d0d66f5b84..1f8eb24fcbb985 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -20,7 +20,7 @@ official release builds for Node.js, hosted on . * [5. Create release commit](#5-create-release-commit) * [6. Propose release on GitHub](#6-propose-release-on-github) * [7. Ensure that the release branch is stable](#7-ensure-that-the-release-branch-is-stable) - * [7.1 Updating the release _(optional)_](#7-1-updating-the-release-optional) + * [7.1 Updating the release _(optional)_](#71-updating-the-release-optional) * [8. Produce a nightly build _(optional)_](#8-produce-a-nightly-build-optional) * [9. Produce release builds](#9-produce-release-builds) * [10. Test the build](#10-test-the-build)