From cccba39f5bbbb095701133d32c213a80fda5bd32 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 6 Mar 2020 11:05:01 -0800 Subject: [PATCH] Fixed broken anchor tag for patch release --- scripts/release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/README.md b/scripts/release/README.md index 8c529dba05..4d4d0247dc 100644 --- a/scripts/release/README.md +++ b/scripts/release/README.md @@ -13,7 +13,7 @@ The high level process of creating releases is [documented below](#process). Ind * [`prepare-stable`](#prepare-stable) * [`publish`](#publish) -Note that [**creating a patch release**](creating-a-patch-release) has a slightly different process than a major/minor release. +Note that [**creating a patch release**](#creating-a-patch-release) has a slightly different process than a major/minor release. # Process