From bc698a295153c762386f1da8cb5b611f1ad7b84c Mon Sep 17 00:00:00 2001 From: Guillermo Gaston Date: Mon, 23 Oct 2023 15:38:11 +0000 Subject: [PATCH] Remove extra separator after title in release notes --- hack/tools/release/notes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/release/notes.go b/hack/tools/release/notes.go index fc7c2a2344be..68cf4cabf6fd 100644 --- a/hack/tools/release/notes.go +++ b/hack/tools/release/notes.go @@ -341,7 +341,7 @@ REPLACE ME: A couple sentences describing the deprecation, including links to do `) } - fmt.Printf("## Changes since %v\n---\n", commitRange) + fmt.Printf("## Changes since %v\n", commitRange) fmt.Printf("## :chart_with_upwards_trend: Overview\n") if count := len(commits); count == 1 {