UNPKG

whitesource

Version:
24 lines (18 loc) 738 B
RELEASING ============ 1. Minify source files: `grunt` 2. Make the test pass: `karma start` 3. Update [semver](http://semver.org/) version number in: - package.json - bower.json 4. Update CHANGELOG.md: 1. `node changelog.js n.n.n` where `n.n.n` is the version number used in step above 2. copy-paste the generated text into the top of CHANGELOG.md 3. as required, modify the generated text pasted into CHANGELOG.md 5. Push the following files to git: - dist/*.* - bower.json - package.json - CHANGELOG.md 6. Create a [github release](https://help.github.com/articles/creating-releases/) with same version used in steps above - copy-paste the text just added to CHANGELOG.md as release notes