- Do all the changes you want on a user-branch
- Run as many tests until you're happy
- Run
fmt:fix
- Commit changes and push to GitHub
- Raise PR with additional details if required
- Run the
changeset
cli and follow the wizard - Add to the newly created
./changeset/<GENERATED_NAME>.md
file with the headlines of what's in this version - Commit changes and push to GitHub
- Raise PR and merge
- Review the autogenerated PR raised by the CI bot and merge if happy
⭐ Done!