This directory contains changesets - human-readable files that describe changes to the project.
When you make a change that should trigger a release:
- Run
npx changeset(ornpm run changesetif configured) - Select the type of change (major, minor, patch)
- Write a description of your change
- Commit the generated changeset file
When a release PR is merged to main, the version will be automatically bumped and a DMG will be built.
We follow Semantic Versioning:
- Major (x.0.0): Breaking changes
- Minor (0.x.0): New features (backwards compatible)
- Patch (0.0.x): Bug fixes