diff --git a/generator/.gitattributes b/generator/.gitattributes new file mode 100644 index 000000000..4d6d3d4a8 --- /dev/null +++ b/generator/.gitattributes @@ -0,0 +1,2 @@ +# Always check-out / check-in files with LF line endings. +* text=auto eol=lf \ No newline at end of file diff --git a/generator/annual-report/sig_report.tmpl b/generator/annual-report/sig_report.tmpl index 97f0a31a8..e34296818 100644 --- a/generator/annual-report/sig_report.tmpl +++ b/generator/annual-report/sig_report.tmpl @@ -14,17 +14,6 @@ 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? -{{$releases := getReleases -}} -{{$owningSIG := .Dir -}} -{{$stagedKeps := filterKEPs $owningSIG $releases -}} -{{$alphaKeps := index $stagedKeps "alpha" -}} -{{$betaKeps := index $stagedKeps "beta" -}} -{{$stableKeps := index $stagedKeps "stable" -}} - 3. Did you have community-wide updates in {{lastYear}} (e.g. KubeCon talks)? @@ -32,8 +21,22 @@ Examples include links to email, slides, or recordings. --> +{{$releases := getReleases -}} +{{$owningSIG := .Dir -}} +{{$stagedKeps := filterKEPs $owningSIG $releases -}} +{{$alphaKeps := index $stagedKeps "alpha" -}} +{{$betaKeps := index $stagedKeps "beta" -}} +{{$stableKeps := index $stagedKeps "stable" -}} 4. KEP work in {{lastYear}} ({{$releases.LatestMinusTwo}}, {{$releases.LatestMinusOne}}, {{$releases.Latest}}): -{{if ne (len $alphaKeps) 0}} + + + ## [Subprojects](https://git.k8s.io/community/{{.Dir}}#subprojects) {{- define "subprojects" -}} @@ -111,4 +114,4 @@ Operational tasks in [sig-governance.md]: [sig-governance.md]: https://git.k8s.io/community/committee-steering/governance/sig-governance.md [README.md]: https://git.k8s.io/community/{{.Dir}}/README.md [sigs.yaml]: https://git.k8s.io/community/sigs.yaml -[devel]: https://git.k8s.io/community/contributors/devel/README.md +[devel]: https://git.k8s.io/community/contributors/devel/README.md \ No newline at end of file