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 <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
  • Loading branch information
juanarbol authored and ruyadorno committed Jan 31, 2023
1 parent 996bac0 commit c7024ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
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 c7024ee

Please sign in to comment.