From aa4eb59bb0b6aca0180a79e30dd44723b7089f1f Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Tue, 7 Feb 2023 19:51:46 -0500 Subject: [PATCH] Fix constant reference in instructions --- releasing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/README.md b/releasing/README.md index d3fd95f90..235e4bba0 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -337,7 +337,7 @@ Edit the `prow-presubmit-target` in the [Makefile] to test examples against your new release. For example: ``` -sed -i "" "s/LATEST_V5_RELEASE=.*/LATEST_V5_RELEASE=v4.3.0/" Makefile +sed -i "" "s/LATEST_RELEASE=.*/LATEST_RELEASE=v5.0.0/" Makefile ``` Create the PR: