Skip to content

Commit

Permalink
add spacing between pr and release note
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Fu <[email protected]>
  • Loading branch information
clarafu committed Oct 6, 2020
1 parent eddad6b commit d6cd9d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const rawTemplate = `
## {{$section.Icon}} {{$section.Title}}
{{ range $pr := $section.PRs }}
* {{$pr.Title}} (#{{$pr.Number}}) @{{$pr.Author}} <sub><sup><a name="{{$pr.Number}}" href="#{{$pr.Number}}">:link:</a></sup></sub>
{{ $pr.ReleaseNote | indent 2 }}
{{end}}
{{ range $subsection := $section.SubSections }}
Expand Down

0 comments on commit d6cd9d4

Please sign in to comment.