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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ We actively welcome your pull requests for documentation and code.
17
17
4. Ensure the test suite passes.
18
18
5. Make sure your code lints.
19
19
6. If you haven't already, complete the Contributor License Agreement ("CLA").
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)
20
+
7. Run `npx @changesets/cli` 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
23
## Releases
24
24
25
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.
26
+
1. Run `npx @changesets/cli version` to bump the version of the package.
27
+
2. Run `npx @changesets/cli publish` this will create a new release on GitHub and publish the package to NPM.
0 commit comments