Skip to content

Commit

Permalink
Use next as prerelease label
Browse files Browse the repository at this point in the history
Instead of `rc`, which is redundant since it's in the next version
number already.
  • Loading branch information
acdlite committed Dec 8, 2021
1 parent 29d2bef commit d3001fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ReactVersion = '18.0.0-rc.0';

// The label used by the @next channel. Represents the upcoming release's
// stability. Could be "alpha", "beta", "rc", etc.
const nextChannelLabel = 'rc';
const nextChannelLabel = 'next';

const stablePackages = {
'create-subscription': ReactVersion,
Expand Down

0 comments on commit d3001fb

Please sign in to comment.