Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 647 Bytes

PUBLISHING.md

File metadata and controls

18 lines (13 loc) · 647 Bytes

How to publish releases of elmi-to-json.cabal

Preparation

  1. Bump version in package.yaml, package.json, and package-lock.json
  2. Create a tag for the new version. git tag -s <version> -m <version>
  3. Push the tag. git push && git push origin <version>
  4. Wait for CI to successfully build the tag, this will create a new github release.

Publishing

  1. Check release page on github if all Windows, OSX and Linux binaries are there.
  2. Write the release notes on github.
  3. Publish new npm version
npm publish