.chglog/CHANGELOG.tpl.md aktualisiert
All checks were successful
Build Changelog and Release / release (push) Successful in 7s

This commit is contained in:
2025-05-29 11:08:06 +02:00
parent 3bdc1064e4
commit 697bed098c

View File

@@ -2,34 +2,34 @@
<a name="{{ .Tag.Name }}"></a>
## BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
{{ if .CommitGroups }}
{{- if .CommitGroups }}
### Changes
{{ range .CommitGroups }}
#### {{ .Title }}
{{ range .Commits }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{- with .Hash }}[`{{ . | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ . }}){{ end }} by @{{ .Author.Name }}
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }}
{{ end }}
{{ if .MergeCommits }}
{{- if .MergeCommits }}
### Pull Requests
{{ range .MergeCommits }}
- {{ .Header }}
[`{{ .Hash | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }}
{{ if .RevertCommits }}
{{- if .RevertCommits }}
### Reverts
{{ range .RevertCommits }}
- {{ .Revert.Header }}
[`{{ .Hash | truncate 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
[`{{ slice .Hash 0 7 }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }}) by @{{ .Author.Name }}
{{ end }}
{{ end }}
{{ if .NoteGroups }}
{{- if .NoteGroups }}
### Notes
{{ range .NoteGroups }}
#### {{ .Title }}