36 lines
933 B
Markdown
36 lines
933 B
Markdown
|
The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) and it follows [Keep a Changelog](https://keepachangelog.com) format.
|
||
|
{{ range .Versions }}
|
||
|
<a name="{{ .Tag.Name }}"></a>
|
||
|
## {{ 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 -}}
|
||
|
|
||
|
{{- if .MergeCommits }}
|
||
|
### Pull Requests
|
||
|
{{ range .MergeCommits -}}
|
||
|
- {{ .Header }}
|
||
|
{{ end }}
|
||
|
{{ end -}}
|
||
|
|
||
|
{{- if .NoteGroups -}}
|
||
|
{{ range .NoteGroups -}}
|
||
|
### {{ .Title }}
|
||
|
{{ range .Notes }}
|
||
|
{{ .Body }}
|
||
|
{{ end }}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|
||
|
|
||
|
{{ if .Versions }}
|
||
|
{{ range .Versions -}}
|
||
|
{{ if .Tag.Previous -}}
|
||
|
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|
||
|
{{ end -}}
|