You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ View the coverage report locally by opening `coverage/index.html` in your browse
83
83
84
84
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:
85
85
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.:
0 commit comments