From 9f5c5ee8a31adf1b33c23892797fbd9f63ebd5b2 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 15:15:16 +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 c147e22..11a7970 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -8,7 +8,7 @@ {{ range .Commits -}} {{ $hash := .Hash }} {{ $short := printf "%.7s" $hash }} -* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) +* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ({{ $short }}) {{ end }} {{ end }} @@ -18,7 +18,7 @@ {{ range .RevertCommits -}} {{ $hash := .Hash }} {{ $short := printf "%.7s" $hash }} -* {{ .Revert.Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) +* {{ .Revert.Header }} ({{ $short }}) {{ end }} {{ end }} @@ -28,7 +28,7 @@ {{ range .MergeCommits -}} {{ $hash := .Hash }} {{ $short := printf "%.7s" $hash }} -* {{ .Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) +* {{ .Header }} ({{ $short }}) {{ end }} {{ end }}