diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index c2f26eebe884f3..5c3d372aaed5fb 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -428,6 +428,12 @@ and substitute this node version with sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md ``` +For macOS requires the extension to be specified. + +```bash +sed -i "" "s/REPLACEME/$VERSION/g" doc/api/*.md +``` + or ```console