diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 3069bfe..7f9a967 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -1,6 +1,6 @@ {{ range .Versions }} -## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} +- Full diff - {{ if .Tag.Previous }}**[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})**{{ else }}{{ .Tag.Name }}{{ end }} > {{ datetime "2006-01-02" .Tag.Date }} diff --git a/.chglog/config.yml b/.chglog/config.yml index 5d76808..2996528 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -10,13 +10,13 @@ options: - feat - fix - perf - # - refactor + - docs commit_groups: title_maps: - feat: Features - fix: Bug Fixes - perf: Performance Improvements - # refactor: Code Refactoring + feat: ":sparkles: Features" + fix: ":bug: Bug Fixes" + perf: ":zap: Performance Improvements" + docs: ":books: Documentation (unchanged functionality)" header: pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s\\:\\|\\-]*)\\))?\\:\\s(.*)$" pattern_maps: