Skip to content

Commit 21b739f

Browse files
committed
doc: add missing step to npm release process
PR-URL: #27105 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 033f6b5 commit 21b739f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/guides/maintaining-npm.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ or if you already have npm cloned make sure the repo is up to date
2525

2626
```console
2727
$ git remote update -p
28-
$ git reset --hard origin latest
28+
$ git reset --hard origin/latest
2929
```
3030

3131
## Step 2: Build release
3232

3333
```console
3434
$ git checkout vX.Y.Z
35+
$ make
3536
$ make release
3637
```
3738

0 commit comments

Comments
 (0)