File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ workflows:
639
639
# because this used to be called the "next" channel and some
640
640
# downstream consumers might still expect that tag. We can remove this
641
641
# after some time has elapsed and the change has been communicated.
642
- dist_tag : " canary,next"
642
+ dist_tag : " canary,next,beta "
643
643
- publish_prerelease :
644
644
name : Publish to Experimental channel
645
645
requires :
@@ -668,7 +668,7 @@ workflows:
668
668
name : Publish to Canary channel
669
669
commit_sha : << pipeline.git.revision >>
670
670
release_channel : stable
671
- dist_tag : " canary,next"
671
+ dist_tag : " canary,next,beta "
672
672
- publish_prerelease :
673
673
name : Publish to Experimental channel
674
674
requires :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ReactVersion = '19.0.0';
26
26
//
27
27
// It only affects the label used in the version string. To customize the
28
28
// npm dist tags used during publish, refer to .circleci/config.yml.
29
- const canaryChannelLabel = 'canary ' ;
29
+ const canaryChannelLabel = 'beta ' ;
30
30
31
31
const stablePackages = {
32
32
'eslint-plugin-react-hooks' : '5.1.0' ,
You can’t perform that action at this time.
0 commit comments