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 danielleadams committed Dec 7, 2020
1 parent dc19309 commit fdf5d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/guides/maintaining-npm.md
Original file line number Diff line number Diff line change
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 fdf5d85

Please sign in to comment.