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