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 repository

Adding a changeset

To add a changeset, run npx changeset in the root of the repository. This will prompt you to select the packages you want to include in the changeset, the type of version bump (major, minor, or patch), and a summary of the changes.

Releasing

When PRs with changesets are merged to main, the changesets are consumed during the release process to determine the next version and generate the changelog.