Skip to content

Commit

Permalink
Update CHANGELOG format
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Aug 29, 2022
1 parent 77e6b88 commit 9f5d329
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Notable changes to Mailpit will be documented in this file.
{{- if .CommitGroups -}}
## {{ .Tag.Name }}

{{ if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end }}
{{ end -}}
{{ end -}}

{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
Expand All @@ -36,13 +46,3 @@ Notable changes to Mailpit will be documented in this file.
- {{ .Header }}
{{ end }}
{{ end -}}

{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

0 comments on commit 9f5d329

Please sign in to comment.