improve changelog formatting

Daniel Pittman [08-26-18 - 16:06]
improve changelog formatting
Filename
.chglog/CHANGELOG.tpl.md
diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md
index eee8f8e..f71c69c 100644
--- a/.chglog/CHANGELOG.tpl.md
+++ b/.chglog/CHANGELOG.tpl.md
@@ -20,7 +20,7 @@

 {{ range .Versions }}
 {{ if .Tag.Previous -}}
-## [{{ .Tag.Name }}][diff-{{ .Tag.Name }}] - {{ datetime "2006-01-02" .Tag.Date }}
+## [Release {{ .Tag.Name }} - {{ datetime "2006-01-02" .Tag.Date }}][diff-{{ .Tag.Name }}]
 {{ else -}}
 ## {{ .Tag.Name }} - {{ datetime "2006-01-02" .Tag.Date }}
 {{ end -}}