The Primer Brand release process is automated using Changesets and GitHub Actions.
- Visit the pull requests page and find the latest, open "release tracking" pull request from primer-css. If there isn't one, we'll need to build the next release by merging in PRs with changeset files.
-
Ensure test automation checks have completed and passed
-
Install and smoke test the Release Candidate on at least one consumer application.
-
Review the change log for accuracy and completeness.
-
If the release PR is approved and you've done necessary testing, merge it.
After additional CI checks finish, the docs site will be deployed and
@primer/react-brand
will be published with your changes to thelatest
dist-tag. You can check npm to see if actions has finished. -
You're done 🎉