mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-01 02:40:39 +00:00
24 lines
521 B
Markdown
24 lines
521 B
Markdown
|
# Changelog
|
||
|
|
||
|
{{ range .Versions -}}
|
||
|
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
|
||
|
|
||
|
{{ range .CommitGroups -}}
|
||
|
### {{ .Title }}
|
||
|
|
||
|
{{ range .Commits -}}
|
||
|
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||
|
{{ end }}
|
||
|
{{ end -}}
|
||
|
|
||
|
{{- if .NoteGroups -}}
|
||
|
{{ range .NoteGroups -}}
|
||
|
### {{ .Title }}
|
||
|
|
||
|
{{ range .Notes }}
|
||
|
{{ .Body }}
|
||
|
{{ end }}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|