hybridgroup.gobot/.chglog/CHANGELOG.gobot.md

21 lines
393 B
Markdown
Raw Normal View History

2023-05-16 00:31:44 +08:00
{{ range .Versions }}
{{ if .Tag.Previous }}{{ .Tag.Name }}{{ else }}{{ .Tag.Name }}{{ end }}
---
{{ range .CommitGroups -}}
* **{{ .Title }}**
{{ range .Commits -}}
* {{ if .Scope }}**>{{ .Scope }}:<** {{ end }}{{ .Subject }}
{{ end }}
{{ end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}
### {{ .Title }}
{{ range .Notes }}
{{ .Body }}
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}