2023-10-15 19:29:29 +00:00
|
|
|
## {{ if .Release }}{{ .Release }}{{ end }}{{ if and (not .Date.IsZero) .Release }} ({{ end }}{{ .Date | date "2006-01-02" }}{{ if and (not .Date.IsZero) .Release }}){{ end }}
|
2022-02-07 01:06:46 +00:00
|
|
|
{{- range $section := .Sections }}
|
2022-02-08 01:49:32 +00:00
|
|
|
{{- if (eq $section.SectionType "commits") }}
|
|
|
|
{{- template "rn-md-section-commits.tpl" $section }}
|
2023-10-13 20:40:11 +00:00
|
|
|
{{- else if (eq $section.SectionType "breaking-changes") }}
|
2022-02-08 01:49:32 +00:00
|
|
|
{{- template "rn-md-section-breaking-changes.tpl" $section }}
|
2023-10-13 20:40:11 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- end -}}
|