Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Nov 9, 2023
1 parent b70866b commit 5143514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog/CHANGELOG.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Table of Contents

{{ range . -}}
* [Changelog for {{ .Version }}](#changelog-for-{{ .Version | replace "." ""}}-{{ .Date -}})
* [Changelog for {{ .Version }}](#changelog-for-owncloud-desktop-client-{{ .Version | replace "." ""}}-{{ .Date | lower -}})
{{ end -}}
* [ChangeLog for 2.x versions and below](#ChangeLog-for-2x-versions-and-below)
* [Changelog for 2.6.1 versions and below](#changelog-for-261-versions-and-below)
{{ $allVersions := . }}
{{- range $index, $changes := . }}{{ with $changes -}}
# Changelog for ownCloud Desktop Client [{{ .Version }}] ({{ .Date }})
Expand Down Expand Up @@ -51,7 +51,7 @@ ownCloud admins and users.
{{ end }}{{ end -}}

{{/* Start of old changelog */ -}}
# ChangeLog for 2.x versions and below
# Changelog for 2.6.1 versions and below
version 2.6.1 (2020-01-17)
(last updated on de0d330c002436454f3fe4929bd707e5f0425949)

Expand Down

0 comments on commit 5143514

Please sign in to comment.