diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 35c33e3..70968ee 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -7,10 +7,7 @@ {{ range .Commits -}} * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} - {{ printf "%#v" .Hash }} - {{ .Hash | printf "%.7s" }} - {{ .Hash.String }} - [{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) + [{{ .Hash.String | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.String }}) {{ end }} {{ end -}}