Skip to content

Commit

Permalink
Merge pull request #9605 from g-gaston/remove-extra-line-notes
Browse files Browse the repository at this point in the history
🌱 Remove extra separator after title in release notes
  • Loading branch information
k8s-ci-robot committed Oct 23, 2023
2 parents ac5e546 + bc698a2 commit 89daffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/release/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89daffb

Please sign in to comment.