Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 342 Bytes

RELEASE_GUIDE.md

File metadata and controls

15 lines (10 loc) · 342 Bytes

Release Guide

The release process is manual. It has to be done on a maintainer's workstation locally.

Bump version and autoupdate README.md

npm version <new_version> -m "chore(release): %s"

Publish a new release on NPM Registry

npm publish --access public [--tag canary] [--otp otp_code]