Skip to content

Commit

Permalink
doc: correct the sed command for macOS in release process docs
Browse files Browse the repository at this point in the history
PR-URL: #46397
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
juanarbol committed Mar 5, 2023
1 parent 30d783f commit c04808d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/contributing/releases.md
Expand Up @@ -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
Expand Down

0 comments on commit c04808d

Please sign in to comment.