Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 405 Bytes

Release.md

File metadata and controls

35 lines (23 loc) · 405 Bytes

To release a new version, call:

  1. Clean dist folder

    yarn run clean
  2. Build package

    Edit version in package.json and index.html

    yarn run build
  3. Create docs

    yarn run docs
  4. Publish package

    npm publish
  5. Push release, e.g. 1.2.5

    Ensure GITHUB_TOKEN is set!

    yarn run release