1
0
Fork 0
git-sv/templates/assets/rn-md-section-breaking-changes.tpl

8 lines
104 B
Smarty
Raw Normal View History

2023-10-13 20:40:11 +00:00
{{- if ne .Name "" }}
2023-10-13 20:40:11 +00:00
### {{ .Name }}
{{ range $k,$v := .Messages }}
- {{ $v }}
{{- end }}
{{- end -}}