Back to Sealos

Welcome to the {{ .Tag.Name }} release of Sealos!🎉🎉!

.chglog/CHANGELOG.tpl.md

5.1.11.2 KB
Original Source

{{ range .Versions }}

Welcome to the {{ .Tag.Name }} release of Sealos!🎉🎉!

<a name="{{ .Tag.Name }}"></a>

{{ 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 }}{{ .Subject }} {{ end }} {{ end -}}

{{- if .RevertCommits -}}

Reverts

{{ range .RevertCommits -}}

  • {{ .Revert.Header }} {{ end }} {{ end -}}

{{- if .MergeCommits -}}

Pull Requests

{{ range .MergeCommits -}}

  • {{ .Header }} {{ end }} {{ end -}}

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

{{ .Title }}

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

See the CHANGELOG for more details.

Your patronage towards Sealos is greatly appreciated 🎉🎉.

If you encounter any problems during its usage, please create an issue in the GitHub repository, we're committed to resolving your problem as soon as possible.