1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 14:14:20 +00:00
git-changerelease/assets/log_template.md

6 lines
135 B
Markdown

# {{ .NextVersion }} / {{ .Now.Format "2006-01-02" }}
{{ range $line := .LogLines }}
* {{ $line.Subject }}
{{- end }}
{{ .OldLog }}