Skip to content

Instantly share code, notes, and snippets.

@snapwich
Forked from mzabriskie/checklist.md
Created October 14, 2015 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snapwich/31de774f58852831cf27 to your computer and use it in GitHub Desktop.
Save snapwich/31de774f58852831cf27 to your computer and use it in GitHub Desktop.
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 ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment