Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 231 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 231 Bytes

To release to staging

Simply push to main

To release to production

  1. Update package.json version
  2. Commit changes to package.json
  3. Add release tag git tag [email protected]
  4. Push tag to main git push origin [email protected]