-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog.tmpl
More file actions
18 lines (14 loc) · 712 Bytes
/
changelog.tmpl
File metadata and controls
18 lines (14 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Changelog
pagefind: false
---
All history information can be found at [Github History](https://github.com/trueforge-org/truecharts/commits/master/charts/{{ .Train }}/{{ .Name }})
:::tip
If you need more than 2 scrolls to find your current version, please consider updating the chart as soon as possible.
:::
{{ range $key := .SortedVersions }}
## {{ $key }} • [Train: {{ (index $.Versions $key).Train }}]
{{ range $commit := (index $.Versions $key).SortedCommits }}
- {{ printf "%s • [`%s`](https://github.com/trueforge-org/truecharts/commit/%s) • [@%s] (%s)" $commit.Message (slice $commit.CommitHash 0 7) $commit.CommitHash $commit.Author.Name $commit.Author.Date -}}
{{ end }}
{{ end -}}