Skip to content

Commit

Permalink
changes to add Knative 1.4 docs (#4935)
Browse files Browse the repository at this point in the history
  • Loading branch information
nainaz committed Apr 22, 2022
1 parent 844b6f0 commit c4bb5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ set -x
# 1) Make a release-NN branch as normal.
# 2) Update VERSIONS and RELEASE_BRANCHES below (on main) to include the new version, and remove the oldest
# Order matters :-), Most recent first.
VERSIONS=("1.3" "1.2" "1.1" "1.0") # Docs version, results in the url e.g. knative.dev/docs-0.23/..
RELEASE_BRANCHES=("knative-v1.3.0" "knative-v1.2.0" "knative-v1.1.0" "v1.0.0") # Release version for serving/eventing yaml files and api references.
VERSIONS=("1.4" "1.3" "1.2" "1.1") # Docs version, results in the url e.g. knative.dev/docs-0.23/..
RELEASE_BRANCHES=("knative-v1.4.0" "knative-v1.3.0" "knative-v1.2.0" "v1.1.0") # Release version for serving/eventing yaml files and api references.
# 4) PR the result to main.
# 5) Party.

Expand Down

0 comments on commit c4bb5f9

Please sign in to comment.