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 Yarn, e.g. `yarn version patch`. This will update the version in the `package.json` file.
86
+
1. Update the version using Yarn, e.g. `yarn version patch` (n.b. use `yarn version prerelease` for pre-releases). This will update the version in the `package.json` file.
87
87
2. Commit the changes to the `package.json` file.
88
88
3. Create a new Git tag, e.g. `git tag v4.0.0-6`.
89
89
4. Push the tag to GitHub: `git push origin main --tags`
0 commit comments