Skip to content

Commit

Permalink
chore: update change log config
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Jul 27, 2024
1 parent 2d5fe31 commit f46d345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

{{ range .Versions }}
## {{ .Tag.Name }}
## {{ .Tag.Name }} - {{ datetime "2006-01-02" .Tag.Date }}

{{ range .CommitGroups }}
### {{ .Title }}

{{ range .Commits }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
2 changes: 1 addition & 1 deletion .chglog/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
template: .chglog/CHANGELOG.tpl.md
template: CHANGELOG.tpl.md
data_sources:
commits:
filter:
Expand Down

0 comments on commit f46d345

Please sign in to comment.