diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 2b2bd63..b5b5363 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -6,7 +6,7 @@ ### {{ .Title }} {{ range .Commits -}} -* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash.String }}`) +* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash }}`) {{ end }} {{ end -}} @@ -14,7 +14,7 @@ ### Reverts {{ range .RevertCommits -}} -* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash.String }}`) +* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash }}`) {{ end }} {{ end -}} @@ -22,7 +22,7 @@ ### Pull Requests {{ range .MergeCommits -}} -* {{ .Header }} (`{{ printf "%.7s" .Hash.String }}`) +* {{ .Header }} (`{{ printf "%.7s" .Hash }}`) {{ end }} {{ end -}}