You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/releases/release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: The Release Cycle
2
+
title: Kubernetes Release Cycle
3
3
type: docs
4
4
auto_generated: true
5
5
---
6
-
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/update-release-info.sh in k/website -->
6
+
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/releng/update-release-info.sh in k/website -->
7
7
8
8
{{< warning >}}
9
9
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).
Copy file name to clipboardExpand all lines: scripts/releng/update-release-info.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@
4
4
####################################
5
5
cat <<EOF > content/en/releases/release.md
6
6
---
7
-
title: The Release Cycle
7
+
title: Kubernetes Release Cycle
8
8
type: docs
9
9
auto_generated: true
10
10
---
11
-
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/update-release-info.sh in k/website -->
11
+
<!-- THIS CONTENT IS AUTO-GENERATED via ./scripts/releng/update-release-info.sh in k/website -->
12
12
13
13
{{< warning >}}
14
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).
0 commit comments