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
+6
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ We actively welcome your pull requests for documentation and code.
20
20
7. Run `yarn changeset` and describe the change you're proposing. Commit the file it creates in `.changeset` to the repo. [You can read more about changeset here.](https://github.com/changesets/changesets)
21
21
8. Open a Pull Request so we can review and incorporate your change.
22
22
23
+
## Releases
24
+
25
+
To release a new version:
26
+
1. Run `yarn changeset version` to bump the version of the package.
27
+
2. Run `yarn release` this will create a new release on GitHub and publish the package to NPM.
28
+
23
29
## Issues
24
30
25
31
We use GitHub issues to track public bugs. Please ensure your description is
0 commit comments