We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2354b73 commit 8215101Copy full SHA for 8215101
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.15" "1.14" "1.13") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
+VERSIONS=("1.16" "1.15" "1.14") # 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