Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos, to help you version and publish your code. You can find the full documentation for it in the changesets repository.

We have a quick list of common questions to get you started.

Should I add changesets to all my commits?

No! You only need to add a changeset when you want to create a release note for the change you are making. A good rule of thumb is to add a changeset when you would want consumers of your package to know about the change you are making.

How do I add a changeset?

Run pnpm exec changeset in the root of the repository.