File: RELEASE.md

package info (click to toggle)
node-shelljs 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,256 kB
  • sloc: makefile: 6; sh: 2
file content (14 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Release steps

1. Ensure master passes CI tests
2. Bump version, create tags, push, and release:
  - `$ npm run <release:major|release:minor|release:patch>`
  - `major` - breaking API changes
  - `minor` - backwards-compatible features
  - `patch` - backwards-compatible bug fixes
3. Update `CHANGELOG.md`
  - `$ npm run changelog`
  - Manually verify that the changelog makes sense
  - `$ git push`
4. Generate the documentup website by visiting
  http://documentup.com/shelljs/shelljs/__recompile in your browser