shelljs/RELEASE.md
Nate Fischer 006b8c2460 docs: clean up RELEASE.md (#662)
Miscellaneous changes.
2017-02-27 13:23:30 -08:00

517 B

Release steps

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