You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
521 B
23 lines
521 B
# 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 -}}
|
|
|