Files
proxmox-cloud-controller-ma…/hack/CHANGELOG.tpl.md
Serge Logvinov 0d89bf5d58 ci: add github checks
Add github actions checks.
2023-04-29 13:32:43 +03:00

781 B
Executable File

{{ 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 }})

Welcome to the {{ .Tag.Name }} release of Kubernetes cloud controller manager for Proxmox!

{{ if .CommitGroups -}} {{ range .CommitGroups -}}

{{ .Title }}

{{ range .Commits -}}

  • {{ if .Scope }}{{ .Scope }}: {{ end }}{{ .Subject }} {{ end }} {{ end -}} {{ end -}}

Changelog

{{ range .Commits -}}{{ if ne .Subject "" -}}

  • {{ .Hash.Short }} {{ .Header }} {{ end }}{{ end }}

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

{{ .Title }}

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