Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

26 lines (24 loc) · 1.02 KB

Release process

For maintainers only.

  • cd to the root of the repo.
  • Checkout the branch you wish to publish. master, alpha, or canary
  • Make sure your local branch is up to date, no unpushed or missing commits, stash any changes.
  • Update the changelog, if necessary, and commit.
  • Login to the adazzle npm account if you haven't already done so:
    • npm login
    • You can use npm whoami to check who you are logged in as.
  • Bump the version and publish on npm: