All releases are automated through GitHub actions.
All published releases of @rspack/cli
can be found on the npm versions page. They are tagged as
latest
with semver version x.y.z
nightly
canary
The full release workflow is currently triggered manually every Tuesday with full release notes.
The following 9 targets are built
The nightly release workflow is triggered every day at UTC 16:00:07, which is 00:07 AM Beijing Time (offset with an odd minute to avoid cron jobs firing off at the same time).
The nightly build fully replicates the full release build for catching errors early.
canary release workflow requires manual triggering.
When releasing the nightly/canary versions of Rspack, the package name will be appended with the -canary
suffix. You need to use the overrides feature of package managers like npm, yarn, or pnpm to use these versions.
Take pnpm as an example:
The Rspack community provides the install-rspack tool to quickly modify the Rspack version: