Skip to content

Commit 5e851ce

Browse files
committed
chore: update release instructions
1 parent 35729a6 commit 5e851ce

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

.github/workflows/release.yml

-17
This file was deleted.

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ We actively welcome your pull requests for documentation and code.
2020
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)
2121
8. Open a Pull Request so we can review and incorporate your change.
2222

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+
2329
## Issues
2430

2531
We use GitHub issues to track public bugs. Please ensure your description is

0 commit comments

Comments
 (0)