mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-18 16:03:37 +00:00
* chore(changelog): add scripts * docs(release): update release docs * chore(editorconfig): add config * docs(changelog): updated by levithomason
654 B
654 B
Release steps
- Ensure master passes CI tests
- Bump version:
-
$ npm version <major|minor|patch>major- breaking API changes
minor- backwards-compatible features
patch- backwards-compatible bug fixes
- Update README manually if the changes are not documented in-code. Run
scripts/generate-docs.jsjust to be safe - Update CHANGELOG.md
$ npm run changelog$ git push
- Push the bump commit, version tags, and publish
$ git push$ git push --tags$ npm publish
- Generate the documentup website by visiting [http://documentup.com/shelljs/shelljs/__recompile] in your browser