markdownlint-cli/.chglog/CHANGELOG.tpl.md
Robert Kaussow 561f8075b2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: adjust changelog template to link to prs instead of issues (#57)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 13:26:31 +01:00

622 B
Executable File

Changelog

{{ range .Versions -}}

{{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})

{{ range .CommitGroups -}}

{{ .Title }}

{{ range .Commits -}}

  • {{ if .Scope }}{{ .Scope }}: {{ end }}{{ (regexReplaceAll "(.)/issues/(.)" (regexReplaceAll "(Co-\w*-by.*)" .Subject "") "${1}/pulls/${2}") | trim }} {{ end }} {{- end -}}

{{- if .NoteGroups -}} {{ range .NoteGroups -}}

{{ .Title }}

{{ range .Notes }} {{ .Body }} {{ end }} {{ end -}} {{ end -}} {{ end -}}