Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 674 Bytes

RELEASING.md

File metadata and controls

24 lines (18 loc) · 674 Bytes

Release Tasks / Steps

The release tasks are are:

  1. Code Review for all merges/commits:
  • Merge changes and test individually
  1. When ready to release, do a clean run:
  • Validate code state
    • Clean node_modules with rimraf
    • npm install
    • gulp
  • Gulp should pass with all tasks succeeding.
  1. Update package.json to reflect new version:
  • Major if substantial breaking API changes
  • Minor if small-breaking/new features introduced.
  • Patch if no contradiction to published behaviours (i.e. fixes)
  1. Check in new files to GitHub.

  2. Publish: