From 64b27c52bf17c33ae723b22632fe9b87dcd35b90 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 14:51:32 +0200 Subject: [PATCH] .chglog/CHANGELOG.tpl.md aktualisiert --- .chglog/CHANGELOG.tpl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index ec0999b..77e9ba7 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -7,7 +7,7 @@ {{ range .Commits -}} * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} - [{{ slice .Hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) + [{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) {{ end }} {{ end -}} @@ -16,7 +16,7 @@ {{ range .RevertCommits -}} * {{ .Revert.Header }} - [{{ slice .Hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) + [{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) {{ end }} {{ end -}}