-
Development Changes
- All changes should be made through Pull Requests
- Each PR must include a changeset (created using
changeset
CLI) - Merge approved PRs into
main
-
Prepare Release
yarn run prepare-release
This command will:
- Update versions based on changesets
- Update changelog
- Generate JSON schema for definition files
-
Commit and Push
git add . git commit -m "0.12.0" git push origin main
-
Create GitHub Release
- Go to GitHub Releases
- Click "Draft a new release"
- Create a new tag (e.g.,
v0.12.0
) - Title:
v0.12.0
- Description: Copy the relevant changelog entries
- Publish the release