diff --git a/README.md b/README.md index 9501c210..4c31cc83 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,7 @@ The basic templates are as follows. ```markdown {{ if .Versions -}} + ## [Unreleased] {{ if .Unreleased.CommitGroups -}} @@ -413,6 +414,7 @@ The basic templates are as follows. {{ end -}} {{ range .Versions }} + ## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }} {{ range .CommitGroups -}} ### {{ .Title }}