From 261654d250893c493fdc7fafbfe8a14f23d1a16e Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Thu, 29 May 2025 15:13:48 +0200 Subject: [PATCH] fgdf --- .chglog/CHANGELOG.tpl.md | 45 +--------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 93c1d8e..095e5af 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -1,44 +1 @@ -{{ with index .Versions 0 }} - -## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) - -{{ range .CommitGroups -}} -### {{ .Title }} - -{{ range .Commits -}} -{{ $hash := printf "%s" .Hash }} -{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }} -* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) -{{ end }} -{{ end }} - -{{- if .RevertCommits -}} -### Reverts - -{{ range .RevertCommits -}} -{{ $hash := printf "%s" .Hash }} -{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }} -* {{ .Revert.Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) -{{ end }} -{{ end }} - -{{- if .MergeCommits -}} -### Pull Requests - -{{ range .MergeCommits -}} -{{ $hash := printf "%s" .Hash }} -{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }} -* {{ .Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) -{{ end }} -{{ end }} - -{{- if .NoteGroups -}} -{{ range .NoteGroups -}} -### {{ .Title }} - -{{ range .Notes }} -{{ .Body }} -{{ end }} -{{ end }} -{{ end }} -{{ end }} +des \ No newline at end of file