0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-20 10:12:45 +02:00
git-sv/templates/assets/rn-md-section-breaking-changes.tpl

8 lines
104 B
Smarty
Raw Normal View History

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