Skip to content

Instantly share code, notes, and snippets.

View snapwich's full-sized avatar

Rich Snapp snapwich

View GitHub Profile
@snapwich
snapwich / checklist.md
Created October 14, 2015 00:51 — forked from mzabriskie/checklist.md
Release Process
  1. npm test
  2. npm run build
  3. Update package.json & bower.json version
  4. Update Changelog.md
  5. git commit -am"Releasing x.x.x"
  6. git push
  7. git tag -a vx.x.x -m"version x.x.x"
  8. git push origin --tags
  9. npm publish ./