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