We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d68e0c commit 05e6527Copy full SHA for 05e6527
1 file changed
.github/maintainers_guide.md
@@ -40,7 +40,7 @@ avoid accidently leaking tokens!
40
$ git checkout -b v1.2.3
41
```
42
43
-3. Update the version in `package.json` and `package-lock.json`:
+3. Update the version in `package.json` and `package-lock.json` and examples:
44
45
```sh
46
$ npm version <major|minor|patch> --no-git-tag-version
0 commit comments