File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ workflows:
639639 # because this used to be called the "next" channel and some
640640 # downstream consumers might still expect that tag. We can remove this
641641 # after some time has elapsed and the change has been communicated.
642- dist_tag : " canary,next"
642+ dist_tag : " canary,next,beta "
643643 - publish_prerelease :
644644 name : Publish to Experimental channel
645645 requires :
@@ -668,7 +668,7 @@ workflows:
668668 name : Publish to Canary channel
669669 commit_sha : << pipeline.git.revision >>
670670 release_channel : stable
671- dist_tag : " canary,next"
671+ dist_tag : " canary,next,beta "
672672 - publish_prerelease :
673673 name : Publish to Experimental channel
674674 requires :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ReactVersion = '19.0.0';
2626//
2727// It only affects the label used in the version string. To customize the
2828// npm dist tags used during publish, refer to .circleci/config.yml.
29- const canaryChannelLabel = 'canary ' ;
29+ const canaryChannelLabel = 'beta ' ;
3030
3131const stablePackages = {
3232 'eslint-plugin-react-hooks' : '5.1.0' ,
You can’t perform that action at this time.
0 commit comments