We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bb09f commit f691ba8Copy full SHA for f691ba8
hack/build.sh
@@ -27,7 +27,7 @@ set -x
27
# 1) Make a release-NN branch as normal.
28
# 2) Update VERSIONS below (on main) to include the new version, and remove the oldest
29
# Order matters :-), Most recent first.
30
-VERSIONS=("1.17" "1.16" "1.15") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
+VERSIONS=("1.18" "1.17" "1.16") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
31
# 4) PR the result to main.
32
# 5) Party.
33
0 commit comments