API Changelog {{ .GetVersionTitle }}
{{ define "change-list" }}
{{ range . }}
-
{{ if .IsBreaking }}
{{ end }}
{{ .Text }}
{{ end }}
{{ end }}
{{ define "path-group" }}
{{ template "change-list" .Changes }}
{{ end }}
{{ define "section-group" }}
{{ template "change-list" .Changes }}
{{ end }}
{{ if .GroupedChanges }}
{{ with pathGroups .GroupedChanges }}
API Changes
{{ range . }}{{ template "path-group" . }}{{ end }}
{{ end }}
{{ range sectionGroups .GroupedChanges }}
{{ .Group.Section }}
{{ template "section-group" . }}
{{ end }}
{{ else }}
No changes
{{ end }}