mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
491 B
491 B
Release steps
- Ensure master passes CI tests
npm run gendocs- 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$ git push
- Generate the documentup website by visiting [http://documentup.com/shelljs/shelljs/__recompile] in your browser