Skip to content

Commit

Permalink
doc: add missing version to update cmd
Browse files Browse the repository at this point in the history
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 <rlau@redhat.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
ruyadorno authored and targos committed May 1, 2021
1 parent d8cb341 commit 28149cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/guides/maintaining-npm.md
Expand Up @@ -12,8 +12,10 @@ changes can be reviewed and landed via the normal consensus seeking process.

## Step 1: Run the update script

In the following examples, `x.y.z` should match the npm version to update to.

```console
$ ./tools/update-npm.sh
$ ./tools/update-npm.sh x.y.z
```

## Step 2: Commit new npm
Expand Down

0 comments on commit 28149cf

Please sign in to comment.