Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.07 KB

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.

Flags

Flag Description
--manual Manual run release process instead of publish from GitHub actions
--dry Dry run
--skip-dependencies-install Skip dependencies installation
--next Pre-release such as alpha and beta. It must be run on the next branch or it will fail

Credits

This script was inspired by React's release script.