Merge pull request #7704 from owncloud/mmattel-patch-1

[docs-only] fix changelog template for the date field
This commit is contained in:
Martin
2023-11-09 17:12:18 +01:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
# Table of Contents
{{ range . -}}
* [Changelog for {{ .Version }}](#changelog-for-{{ .Version | replace "." ""}}-{{ .Date -}})
* [Changelog for {{ .Version }}](#changelog-for-{{ .Version | replace "." ""}}-{{ .Date | lower -}})
{{ end -}}
{{ $allVersions := . }}
{{- range $index, $changes := . }}{{ with $changes -}}