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.
sed
1 parent 996bac0 commit c7024eeCopy full SHA for c7024ee
1 file changed
doc/contributing/releases.md
@@ -428,6 +428,12 @@ and substitute this node version with
428
sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md
429
```
430
431
+For macOS requires the extension to be specified.
432
+
433
+```bash
434
+sed -i "" "s/REPLACEME/$VERSION/g" doc/api/*.md
435
+```
436
437
or
438
439
```console
0 commit comments