Skip to content

Commit

Permalink
chore: update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Dec 3, 2024
1 parent 35729a6 commit 5e851ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ We actively welcome your pull requests for documentation and code.
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)
8. Open a Pull Request so we can review and incorporate your change.

## Releases

To release a new version:
1. Run `yarn changeset version` to bump the version of the package.
2. Run `yarn release` this will create a new release on GitHub and publish the package to NPM.

## Issues

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

0 comments on commit 5e851ce

Please sign in to comment.