mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
517 B
517 B
Release steps
- 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