Skip to content
Mike Gioia edited this page Jun 26, 2015 · 4 revisions

Building CLNDR

  1. Update the version number in:

    1. package.json
    2. Top of src/clndr.js
  2. Add a changelog entry to README.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