Skip to content

Commit f671568

Browse files
committed
fix doc
1 parent 41e3f2d commit f671568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ View the coverage report locally by opening `coverage/index.html` in your browse
8383

8484
Only maintainers can make releases. Releases to [npm](https://www.npmjs.com) are automated using GitHub actions. To make a release, perform the following steps:
8585

86-
1. Update the version using npm, `npm version patch`. This will update the version in the `package.json` file and create a git tag. E.g.:
86+
1. Update the version using npm, `npm version`. This will update the version in the `package.json` file and create a git tag. E.g.:
8787

8888
- `npm version patch`
8989
- `npm version prerelease` (for pre-releases)

0 commit comments

Comments
 (0)