Skip to content

Commit

Permalink
chore: Update CHANGELOG template format
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed May 4, 2018
1 parent c36bc89 commit f97c6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ if .Versions -}}
<a name="unreleased"></a>
## [Unreleased]

{{ if .Unreleased.CommitGroups -}}
Expand All @@ -12,6 +13,7 @@
{{ end -}}

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

0 comments on commit f97c6a0

Please sign in to comment.