Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 244 Bytes

RELEASE.md

File metadata and controls

19 lines (14 loc) · 244 Bytes

Releasing

Pre-requisites

yarn

Releasing

Dry run it first to check the output:

GH_TOKEN=... yarn semantic-release --no-ci --dry-run

Then run it for real:

GH_TOKEN=... yarn semantic-release --no-ci