Skip to content

Instantly share code, notes, and snippets.

@mzabriskie
Last active October 29, 2015 17:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mzabriskie/fdee4e71d84ea32cbaab to your computer and use it in GitHub Desktop.
Save mzabriskie/fdee4e71d84ea32cbaab 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