Tweak script for updating release info page

pull/48838/head
Tim Bannister 2024-11-25 18:17:17 +00:00
parent 1370d6da3a
commit 7f39692d5b
No known key found for this signature in database
GPG Key ID: 31BA93F2DB289EFE
1 changed files with 11 additions and 3 deletions

View File

@ -10,10 +10,18 @@ auto_generated: true
---
<!-- THIS CONTENT IS AUTO-GENERATED via https://github.com/kubernetes/website/blob/main/scripts/releng/update-release-info.sh -->
{{< warning >}}
This content is auto-generated and links may not function. The source of the document is located [here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/release.md).
{{< /warning >}}
{{% pageinfo color="light" %}}
This content is auto-generated and links may not function. The source of the document is located
[here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/release.md).
{{% /pageinfo %}}
<!-- Localization note: omit the pageinfo block when localizing -->
EOF
curl --retry 3 https://raw.githubusercontent.com/kubernetes/community/master/contributors/devel/sig-release/release.md >> content/en/releases/release.md
printf "\nDone" 1>&2
printf "\n" 1>&2 # ensure a new line
printf "You should now 'git add -p' the changes to %q.\n" content/en/releases/release.md
printf "Some changes require manual checking.\n"