Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (15 loc) · 407 Bytes

Release Process

Adapted from "Standard" Release Process described here.

Safety Checks

  1. git pull
  2. git status
  3. npm ci
  4. npm test

Prepare the release

  1. npm run build

Update the version number

  1. npm version [patch|minor|major]

Publish to npm

  1. npm publish --access=public

git push

  1. git push --tags