Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

release.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

release checklist

  • npm run build in the root of the project. Don't publish without the build succeeding!
  • npx changeset in the root of the repo

(push changes to GitHub, and accept the changesets bot pull request, then pull the code)

  • git tag vx.x.x (where x.x.x. matches the version update made by the changeset bot)
  • git push origin vx.x.x