Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Publishing a new version

Thibault Maekelbergh edited this page Aug 20, 2019 · 5 revisions
  1. Use npm version <major|minor|patch> --no-git-tag-version to update the package.json and its lockfile, or update it manually in both files
  2. Build a new binary
  3. Commit all these changes and be sure to point them to the master branch.
  4. A new release will be drafted in the Github releases tab through Release Drafter. Edit this release as required.
  5. Before publishing this release, attach the binary you built in step 2 to this release and hit publish.