Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • v1.1.0
7 results

CHANGELOG.tpl.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.

    {{ 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 -}}

    { 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 -}}