- Ensure master passes CI tests
- Bump version, create tags, push, and release:
$ npm run <release:major|release:minor|release:patch>
major
- breaking API changesminor
- backwards-compatible featurespatch
- backwards-compatible bug fixes
- Update
CHANGELOG.md
$ npm run changelog
- Manually verify that the changelog makes sense
$ git push
- Generate the documentup website by visiting http://documentup.com/shelljs/shelljs/__recompile in your browser