Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 337 Bytes

Release script

Usage

node ./scripts/release/release.js --version NEW_VERSION

The script has its own package.json so we can reinstall the root's node_modules/ while making the release.

Credits

This script was inspired by React's release script.