8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42669bb commit a718b26Copy full SHA for a718b26
doc/guides/releases.md
@@ -345,10 +345,14 @@ accordingly by removing the bold styling from the previous release.
345
If this release includes new APIs then it is necessary to document that they
346
were first added in this version. The relevant commits should already include
347
`REPLACEME` tags as per the example in the
348
-[docs README](../../tools/doc/README.md). Check for these tags with `grep
349
-REPLACEME doc/api/*.md`, and substitute this node version with `sed -i
350
-"s/REPLACEME/$VERSION/g" doc/api/*.md` or `perl -pi -e "s/REPLACEME/$VERSION/g"
351
-doc/api/*.md`.
+[docs README](../../tools/doc/README.md). Check for these tags with
+```console
+grep REPLACEME doc/api/*.md
+```
352
+and substitute this node version with
353
354
+sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md` or `perl -pi -e "s/REPLACEME/$VERSION/g" doc/api/*.md
355
356
357
`$VERSION` should be prefixed with a `v`.
358