Skip to content

Commit

Permalink
docs: changeset guide
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Oct 17, 2024
1 parent 4acdccc commit 7167e77
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,25 @@ To fix this issue, you need to use dynamic imports for the PDF component (to ind
+ );
```

## Contributing

When making changes to this project, please follow these steps:

1. Make your code changes
2. Create a changeset to document your changes:
```bash
yarn changeset
```
3. Commit your changes and the changeset
4. When ready to release a new version:
```bash
yarn new-version
```
5. To publish the new version:
```bash
yarn release
```

## 🙏 Thanks

Thanks to the developers of the following dependencies that we're using:
Expand Down

0 comments on commit 7167e77

Please sign in to comment.