Skip to content

Commit

Permalink
Bump 19 beta to rc
Browse files Browse the repository at this point in the history
This updates the Canary label from "beta" to "rc".

We will publish an actual RC (e.g. 19.0.0-rc.0)
too; this only changes the label in the
canary releases.
  • Loading branch information
acdlite committed May 15, 2024
1 parent 26f2496 commit 6a4ea52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ workflows:
# because this used to be called the "next" channel and some
# downstream consumers might still expect that tag. We can remove this
# after some time has elapsed and the change has been communicated.
dist_tag: "canary,next,beta"
dist_tag: "canary,next,rc"
- publish_prerelease:
name: Publish to Experimental channel
requires:
Expand Down Expand Up @@ -675,7 +675,7 @@ workflows:
name: Publish to Canary channel
commit_sha: << pipeline.git.revision >>
release_channel: stable
dist_tag: "canary,next,beta"
dist_tag: "canary,next,rc"
- publish_prerelease:
name: Publish to Experimental channel
requires:
Expand Down
2 changes: 1 addition & 1 deletion ReactVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ReactVersion = '19.0.0';
//
// It only affects the label used in the version string. To customize the
// npm dist tags used during publish, refer to .circleci/config.yml.
const canaryChannelLabel = 'beta';
const canaryChannelLabel = 'rc';

const stablePackages = {
'eslint-plugin-react-hooks': '5.1.0',
Expand Down

0 comments on commit 6a4ea52

Please sign in to comment.