HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: //proc/self/cwd/docs_old/vendor/ng-table/RELEASING.md
RELEASING
============

1. Update [semver](http://semver.org/) version number in:
    - package.json
    - bower.json

2. Minify source files: `grunt`

3. Make the test pass: `karma start`

4. Update CHANGELOG.md: 
    1. `node changelog.js n.n.n` where `n.n.n` is the version number used in step 1. 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. Check in the following updated files to git:
    - dist/*.*
    - bower.json 
    - package.json
    - CHANGELOG.md

6. Commit and push to master:
    - use the commit message 'chore(release): n.n.n distribution files' where 'n.n.n' is the version number used in step 1

7. 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