Skip to content
Mike Gioia edited this page Jan 14, 2016 · 4 revisions

Building CLNDR

  1. Update the version number in:

    1. package.json
    2. bower.json
    3. Top of src/clndr.js
  2. Add a changelog entry to CHANGELOG.md

  3. Run:

    grunt
    git add [...]
    git commit
    git tag 1.x.x
    git push origin master && git push origin --tags
    npm publish
    
Clone this wiki locally