Skip to content
Snippets Groups Projects
CHANGELOG.tpl.md 654 B
Newer Older
  • Learn to ignore specific revisions
  • Volker Schukai's avatar
    Volker Schukai committed
    {{ 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 .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 -}}