Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 501 Bytes

File metadata and controls

31 lines (21 loc) · 501 Bytes

Release Instructions

  1. Build packages
$ ./node_modules/.bin/gulp build-all
  1. Add release notes to CHANGELOG.md

  2. Change version number in package.json

  3. Change version number in bower.json

  4. Update README.md (if necessary)

  5. Commit changes and tag code

$ git add . --all
$ git commit -a -m "bumped version number"
$ git push origin master
$ git tag <version-number>
$ git push --tags
  1. Push changes to NPM
$ npm publish