mirror of
https://github.com/shelljs/shelljs.git
synced 2025-12-08 20:35:51 +00:00
512 B
512 B
Release steps
- Ensure main branch 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
- Update https://github.com/shelljs/shelljs/releases to create a new release from the latest git tag