Skip to content

Commit c04808d

Browse files
committed
doc: correct the sed command for macOS in release process docs
PR-URL: #46397 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 30d783f commit c04808d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/contributing/releases.md

+6
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,12 @@ and substitute this node version with
428428
sed -i "s/REPLACEME/$VERSION/g" doc/api/*.md
429429
```
430430

431+
For macOS requires the extension to be specified.
432+
433+
```bash
434+
sed -i "" "s/REPLACEME/$VERSION/g" doc/api/*.md
435+
```
436+
431437
or
432438

433439
```console

0 commit comments

Comments
 (0)