Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 459 Bytes

RELEASE.md

File metadata and controls

26 lines (18 loc) · 459 Bytes

Releasing new version

Beta development

Instructions for releasing beta packages on the dev branch

Steps

  1. Check out dev

  2. Pull latest

  3. Run script to bump versions and push changes to new branch npmRelease

    ./scripts/npmVersionBumpPrerelease.sh
  4. Open PR, get reviews

  5. Merge PR

  6. Check out dev

  7. Run script

    scripts/tagBranchForRelease.sh
  8. Travis will automatically release to npm