Release workflow with changesets
Updated 2 months ago
Create a feature branch
git checkout -b <branch>
Push changes to your branch
git commit -m "..." git push
Add a changeset (if the changes should result in a new version)
yarn changeset
Create a pull request
gh pr create
Merge the pull request into the
main
(default) branchIf the pull request contained a changeset, the changesets action will create a "Version Packages" pull request
Continue merging changes into the
main
(default) branchMerge the "Version Packages" pull request to trigger a release