From 8372091f1bb2ed5467cc55e82ead4b7a0eef5a87 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 15:33:13 +0200 Subject: [PATCH] .chglog/CHANGELOG.tpl.md aktualisiert --- .chglog/CHANGELOG.tpl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -}}