From 2a4187d120e0af54103fbd2ee30ec3e2077a34c5 Mon Sep 17 00:00:00 2001 From: Danielle Adams <6271256+danielleadams@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:26:34 -0400 Subject: [PATCH] Update doc/guides/releases.md Co-authored-by: Antoine du Hamel --- doc/guides/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/releases.md b/doc/guides/releases.md index a4970d5d946246..2309460e3d1b3a 100644 --- a/doc/guides/releases.md +++ b/doc/guides/releases.md @@ -207,7 +207,7 @@ backport PR. You can refer the owner of the PR to the "[Backporting to Release If commits were cherry-picked in this step, check that the test still pass. ```console -make test +$ make test ``` Then, push to the staging branch to keep it up-to-date.