Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Release script

Usage

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

The script 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.