Something went wrong on our end
-
Volker Schukai authoredVolker Schukai authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.tpl.md 301 B
{{ range .Versions }}
{{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
{{ range .CommitGroups -}}
{{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}{{ .Scope }}: {{ end }}{{ .Subject }} {{ end }}{{ end -}}
{{ end -}}