react/scripts/rollup
Andrew Clark 2c2476834a
Rename "next" prerelease channel to "canary" (#26761)
The "next" prerelease channel represents what will be published the next
time we do a stable release. We publish a new "next" release every day
using a timed CI workflow.

When we introduced this prerelease channel a few years ago, another name
we considered was "canary". But I proposed "next" instead to create a
greater distinction between this channel and the "experimental" channel
(which is published at the same cadence, but includes extra experimental
features), because some other projects use "canary" to refer to releases
that are more unstable than how we would use it.

The main downside of "next" is someone might mistakenly assume the name
refers to Next.js. We were aware of this risk at the time but didn't
think it would be an issue in practice.

However, colloquially, we've ended up referring to this as the "canary"
channel anyway to avoid precisely that confusion.

So after further discussion, we've agreed to rename to "canary".

This affects the label used in the version string (e.g.
`18.3.0-next-a1c2d3e4` becomes `18.3.0-canary-a1c2d3e4`) as well as the
npm dist tags used to publish the releases. For now, I've chosen to
publish the canaries using both `@canary` and `@next` dist tags, so that
downstream consumers who might depend on `@next` have time to adjust. We
can remove that later after the change has been communicated.
2023-05-03 12:10:32 -04:00
..
externs Replay Client Actions After Hydration (#26716) 2023-04-25 10:22:20 -04:00
plugins Update Rollup to 3.x (#26442) 2023-03-24 18:08:41 +00:00
shims Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
validate [Flight] Add support BigInt support (#26479) 2023-03-29 18:23:43 +02:00
wrappers Fix module-boundary wrappers (#22688) 2021-11-04 10:40:35 -04:00
build-all-release-channels.js Rename "next" prerelease channel to "canary" (#26761) 2023-05-03 12:10:32 -04:00
build.js Fix remaining CommonJS imports after Rollup upgrade (#26473) 2023-03-25 00:05:23 +00:00
bundles.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
forks.js Rename HostConfig files to FiberConfig to clarify they are configs fo… (#26592) 2023-04-10 14:58:44 -07:00
generate-inline-fizz-runtime.js Replay Client Actions After Hydration (#26716) 2023-04-25 10:22:20 -04:00
modules.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
packaging.js Handle line endings correctly on Windows in build script for RN (#26727) 2023-04-25 17:26:34 +01:00
stats.js Fix sizebot (#15771) 2019-05-29 21:30:16 -07:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Fixed broken build script --unsafe-partial flag (#22324) 2021-09-15 13:32:09 -04:00
wrappers.js Post-process build files for React Native to add generated signature and @nolint (#26616) 2023-04-14 11:42:48 +02:00