Skip to content

Commit 7f39692

Browse files
author
Tim Bannister
committed
Tweak script for updating release info page
1 parent 1370d6d commit 7f39692

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

scripts/releng/update-release-info.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@ auto_generated: true
1010
---
1111
<!-- THIS CONTENT IS AUTO-GENERATED via https://github.com/kubernetes/website/blob/main/scripts/releng/update-release-info.sh -->
1212
13-
{{< warning >}}
14-
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).
15-
{{< /warning >}}
13+
{{% pageinfo color="light" %}}
14+
This content is auto-generated and links may not function. The source of the document is located
15+
[here](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-release/release.md).
16+
{{% /pageinfo %}}
17+
<!-- Localization note: omit the pageinfo block when localizing -->
1618
1719
EOF
1820

1921
curl --retry 3 https://raw.githubusercontent.com/kubernetes/community/master/contributors/devel/sig-release/release.md >> content/en/releases/release.md
22+
23+
printf "\nDone" 1>&2
24+
printf "\n" 1>&2 # ensure a new line
25+
26+
printf "You should now 'git add -p' the changes to %q.\n" content/en/releases/release.md
27+
printf "Some changes require manual checking.\n"

0 commit comments

Comments
 (0)