Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 273 Bytes

PUBLISH.md

File metadata and controls

23 lines (16 loc) · 273 Bytes

Versioning

We follow semantic versioning.

NPM release process

  1. Log into npm
npm login
  1. Increase the version number in package.json

  2. Build gzweb

npm run build
  1. Publish to npm
npm publlsh