The "Next Release" PR is automatically created as new changes get merged down into main. This helps us track the significant changes instead of requiring semantic data in every release.
About changesets and pnpm changeset
The changesets workflow is designed to help when people are making changes, all the way through to publishing. It lets contributors declare how their changes should be released, then we automate updating package versions, and changelogs, and publishing new versions of packages based on the provided information.
If we ask you to "add a changeset" it's because we feel that your change is important to notify others about. Most code changes probably benefit from one. Don't worry though. You can just run pnpm changeset, describe the change, and you're good!
View What's In the Next Release
The "Next Release" PR is automatically created as new changes get merged down into
main. This helps us track the significant changes instead of requiring semantic data in every release.About
changesetsandpnpm changesetIf we ask you to "add a changeset" it's because we feel that your change is important to notify others about. Most code changes probably benefit from one. Don't worry though. You can just run
pnpm changeset, describe the change, and you're good!