Skip to content

Commit

Permalink
chore(changelog): rename sections and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 15, 2021
1 parent 113e1a4 commit 0aa5091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### {{ .Title }}

{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Long }}))
{{ end }}
{{ end -}}

Expand Down
17 changes: 5 additions & 12 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ info:
title: CHANGELOG
repository_url: https://github.com/aeternity/aepp-sdk-go
options:
commits:
# filters:
# Type:
# - feat
# - fix
# - perf
# - refactor
commit_groups:
# title_maps:
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
Expand Down

0 comments on commit 0aa5091

Please sign in to comment.