Skip to content

Commit

Permalink
ci: delete unreleased changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuparn committed Sep 24, 2021
1 parent f5af8b3 commit 5e1ad6d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
{{ if .Versions -}}
<a name="unreleased"></a>
## [Unreleased]

{{ if .Unreleased.CommitGroups -}}
{{ range .Unreleased.CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}

{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
Expand Down

0 comments on commit 5e1ad6d

Please sign in to comment.