Skip to content

Commit 7167e77

Browse files
committed
docs: changeset guide
1 parent 4acdccc commit 7167e77

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,25 @@ To fix this issue, you need to use dynamic imports for the PDF component (to ind
8787
+ );
8888
```
8989

90+
## Contributing
91+
92+
When making changes to this project, please follow these steps:
93+
94+
1. Make your code changes
95+
2. Create a changeset to document your changes:
96+
```bash
97+
yarn changeset
98+
```
99+
3. Commit your changes and the changeset
100+
4. When ready to release a new version:
101+
```bash
102+
yarn new-version
103+
```
104+
5. To publish the new version:
105+
```bash
106+
yarn release
107+
```
108+
90109
## 🙏 Thanks
91110

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

0 commit comments

Comments
 (0)