X Tutup
Skip to content

Latest commit

 

History

History
 
 

README.md

Release script

Usage

node ./scripts/release/release.js

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

Flags

Flag Description
--version Version to release
--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.

X Tutup