{{ $type := .Get 0 }}
{{ with eq $type "added" }}
{{ $type }}
{{ end }}
{{ with eq $type "changed" }}
{{ $type }}
{{ end }}
{{ with eq $type "fixed" }}
{{ $type }}
{{ end }}
{{ with eq $type "performance" }}
{{ $type }}
{{ end }}
{{ with eq $type "security" }}
{{ $type }}
{{ end }}
{{ with eq $type "removed" }}
{{ $type }}
{{ end }}
{{ with eq $type "deprecated" }}
{{ $type }}
{{ end }}