Skip to content

Commit bc698a2

Browse files
committed
Remove extra separator after title in release notes
1 parent ac5e546 commit bc698a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/release/notes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ REPLACE ME: A couple sentences describing the deprecation, including links to do
341341
`)
342342
}
343343

344-
fmt.Printf("## Changes since %v\n---\n", commitRange)
344+
fmt.Printf("## Changes since %v\n", commitRange)
345345

346346
fmt.Printf("## :chart_with_upwards_trend: Overview\n")
347347
if count := len(commits); count == 1 {

0 commit comments

Comments
 (0)