API Changelog {{ .GetVersionTitle }}
{{ define "change-list" }} {{ end }} {{ define "path-group" }}
{{ .Group.Operation }} {{ .Group.Path }}
Updated
{{ 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 }} {{ if .DiffEmpty }}

No changes detected

{{ else if .IsBreaking }}

No breaking changes to report, but the specs are different

{{ else }}

No changes to report, but the specs are different

{{ end }} {{ end }}