node ./scripts/release/release.jsThe script has its own package.json so we can reinstall the root's node_modules/ while making the release.
| 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 |
This script was inspired by React's release script.