Skip to content

Commit

Permalink
Provide details for updating the vppbranch variable in the new tigera
Browse files Browse the repository at this point in the history
docs repo
  • Loading branch information
onong authored and sknat committed Dec 6, 2023
1 parent a7503e6 commit 89fbe46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,10 @@ release: check-TAG check-CALICO_TAG
git push origin $(TAG)
@echo
@echo "***IMPORTANT***IMPORTANT***IMPORTANT***IMPORTANT***"
@echo "Please update \"vppbranch\" in https://github.com/projectcalico/calico/blob/${CALICO_TAG}/calico/_config.yml to ${TAG} otherwise the install docs get broken."
@echo "Please update \"vppbranch\" in https://github.com/tigera/docs/blob/main/calico_versioned_docs/${CALICO_TAG}/variables.js to ${TAG} otherwise the install docs get broken."
@echo "In the tigera docs repo (https://github.com/tigera/docs), identify the directory for Calico version ${CALICO_TAG}"
@echo "and update the \"vppbranch\" variable to ${TAG} in the \"variables.js\" file in that directory. For example, for"
@echo "Calico version \"v3.27.0\", the directory would be \"calico_versioned_docs/version-3.27\". If this is not done,"
@echo "the install docs get broken!!"

.PHONY: run-integration-tests
run-integration-tests:
Expand Down

0 comments on commit 89fbe46

Please sign in to comment.