diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index e0c9b05..690554f 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -14,7 +14,7 @@ ### Reverts {{ range .RevertCommits -}} -* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash }}`) +* {{ .Revert.Header }} (`{{ .Hash.Short }}`) {{ end }} {{ end -}} @@ -22,7 +22,7 @@ ### Pull Requests {{ range .MergeCommits -}} -* {{ .Header }} (`{{ printf "%.7s" .Hash }}`) +* {{ .Header }} (`{{ .Hash.Short }}`) {{ end }} {{ end -}}