diff --git a/doc/guides/releases.md b/doc/guides/releases.md index beb49771beb46e..a3a3b51f8bf85f 100644 --- a/doc/guides/releases.md +++ b/doc/guides/releases.md @@ -326,7 +326,13 @@ grep REPLACEME doc/api/*.md and substitute this node version with ```console -sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md` or `perl -pi -e "s/REPLACEME/$VERSION/g" doc/api/*.md +sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md +``` + +or + +```console +perl -pi -e "s/REPLACEME/$VERSION/g" doc/api/*.md ``` `$VERSION` should be prefixed with a `v`.