{{- range site.Data.public.release_post_managers.releases }} {{- end }}
Version Release date Manager Messaging Structural check Technical Advisor Social PLT Member
{{ .version }} {{ .date }} {{- with .manager }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }} {{- with .messaging }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }} {{ with .structural_check }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }} {{- with .technical_advisor }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }} {{- with .social }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if eq . "--"}} Slack Logo @social on Slack {{- else if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }} {{- with .PLT_member }} {{- with (index (where site.Data.public.team "gitlab" "eq" .) 0) }} {{- partial "member/with-team-link" . }} {{- else }} {{- if eq . "--"}} Slack Logo @social on Slack {{- else if not (eq . "tbd") }} {{ . }}@{{.}} {{- end }} {{- end }} {{- end }}