Bump 18 from alpha to beta (#22766)

This commit is contained in:
Andrew Clark 2021-11-15 13:26:30 -05:00 committed by GitHub
parent 83564712b6
commit a52d76b877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -464,7 +464,7 @@ workflows:
- setup - setup
commit_sha: << pipeline.parameters.prerelease_commit_sha >> commit_sha: << pipeline.parameters.prerelease_commit_sha >>
release_channel: stable release_channel: stable
dist_tag: "next,alpha" dist_tag: "next,beta"
- publish_prerelease: - publish_prerelease:
name: Publish to Experimental channel name: Publish to Experimental channel
requires: requires:
@ -496,7 +496,7 @@ workflows:
- setup - setup
commit_sha: << pipeline.git.revision >> commit_sha: << pipeline.git.revision >>
release_channel: stable release_channel: stable
dist_tag: "next,alpha" dist_tag: "next,beta"
- publish_prerelease: - publish_prerelease:
name: Publish to Experimental channel name: Publish to Experimental channel
requires: requires:

View File

@ -22,7 +22,7 @@ const ReactVersion = '18.0.0';
// The label used by the @next channel. Represents the upcoming release's // The label used by the @next channel. Represents the upcoming release's
// stability. Could be "alpha", "beta", "rc", etc. // stability. Could be "alpha", "beta", "rc", etc.
const nextChannelLabel = 'alpha'; const nextChannelLabel = 'beta';
const stablePackages = { const stablePackages = {
'create-subscription': ReactVersion, 'create-subscription': ReactVersion,