Skip to content

Commit fdf5d85

Browse files
ruyadornodanielleadams
authored andcommitted
doc: add missing version to update cmd
Add to the example of running `./tools/update-npm.sh` the missing reference to the version number that is required by the command. PR-URL: #36204 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent dc19309 commit fdf5d85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/guides/maintaining-npm.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ changes can be reviewed and landed via the normal consensus seeking process.
1212

1313
## Step 1: Run the update script
1414

15+
In the following examples, `x.y.z` should match the npm version to update to.
16+
1517
```console
16-
$ ./tools/update-npm.sh
18+
$ ./tools/update-npm.sh x.y.z
1719
```
1820

1921
## Step 2: Commit new npm

0 commit comments

Comments
 (0)