We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d548528 commit e1cf2c6Copy full SHA for e1cf2c6
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.20" "1.19" "1.18") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
+VERSIONS=("1.21" "1.20" "1.19") # 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