From e321fb7ceb86c41392eb5682e5c3bf42689e0d2f Mon Sep 17 00:00:00 2001 From: Matt Henkes Date: Wed, 10 Aug 2022 11:40:21 -0500 Subject: [PATCH] Update guides/release-process.md --- guides/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/release-process.md b/guides/release-process.md index 8b5c1e58c0..ad06cbb37c 100644 --- a/guides/release-process.md +++ b/guides/release-process.md @@ -153,7 +153,7 @@ In the following instructions, "X.Y.Z" is used to denote the [next version of Cy 16. If needed, push out any updated changes to the links manifest to [`on.cypress.io`](https://github.com/cypress-io/cypress-services/tree/develop/packages/on). -17. Merge the new docker image PR created in step 23 to release the image. +17. Merge the new docker image PR created in step 13 to release the image. 18. If needed, deploy the updated [`cypress-example-kitchensink`][cypress-example-kitchensink] to `example.cypress.io` by following [these instructions under "Deployment"](../packages/example/README.md).