Back to Crossplane

Release Notes

themes/geekboot/layouts/partials/release-notes.html

1.19-archive562 B
Original Source

{{ range .Pages.Reverse }} {{ if ne .Title "Docs Changelog" }} {{ if not .Page.Params.released }} {{ errorf (printf "Release Notes Page %q requires 'released' Front Matter." .Page.File.Path ) }} {{ end }} {{ if not .Title }} {{ errorf (printf "Release Notes Page %q requires 'title' Front Matter." .Page.File.Path ) }} {{ end }}

{{ .Title}}

Released: {{ .Page.Params.released }} - GitHub

{{ .Summary | markdownify }} Full {{.Title}} release notes

{{ end }} {{ end }}