There was an error while loading. Please reload this page.
Creating a new release with Grunt is relatively easy. Most tasks will be done for you via automated grunt tasks.
grunt release
release
CHANGELOG
git commit -m "Release v<release number>"
git tag v<release number>
git push && git push --tags
If you need examples to follow you can see both the CHANGELOG and the release history on github.
Next, you are ready to release to the website. Documentation for that push process can be found in the website repo.
npm adduser
git checkout v0.10.0
npm publish release/npm