diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index a092888..89bd274 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -1,4 +1,4 @@ -{{ range .Versions }} +{{ with index .Versions 0 }} ## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) @@ -35,4 +35,4 @@ {{ end }} {{ end -}} {{ end -}} -{{ end -}} \ No newline at end of file +{{ end }}