From 1187f32185e4d9a24de6ec95da8b66785e7ebdee Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 16:00:11 +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 18e5ade..58c5193 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -14,7 +14,7 @@ ### Reverts {{ range .RevertCommits -}} -* {{ .Revert.Header }} (`{{ .Hash.Short }}`) +* {{ .Revert.Header }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }})) {{ end }} {{ end -}} @@ -22,7 +22,7 @@ ### Pull Requests {{ range .MergeCommits -}} -* {{ .Header }} (`{{ .Hash.Short }}`) +* {{ .Header }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }})) {{ end }} {{ end -}}