From 795163de43a79da07a4fb5db8e8b0520384d6eb9 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 15:30:59 +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 09489c6..2b2bd63 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 }}) +* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash.String }}`) {{ end }} {{ end -}} @@ -14,7 +14,7 @@ ### Reverts {{ range .RevertCommits -}} -* {{ .Revert.Header }} ({{ printf "%.7s" .Hash }}) +* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash.String }}`) {{ end }} {{ end -}} @@ -22,7 +22,7 @@ ### Pull Requests {{ range .MergeCommits -}} -* {{ .Header }} ({{ printf "%.7s" .Hash }}) +* {{ .Header }} (`{{ printf "%.7s" .Hash.String }}`) {{ end }} {{ end -}}