mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Update canary channel label to "beta" (#28905)
During the beta period, canaries will be published as `19.0.0-beta-<COMMIT_SHA>-<DATE>`. They will also be tagged as `beta` when published to npm.
This commit is contained in:
parent
82d8129e58
commit
f8a8eac86b
|
|
@ -639,7 +639,7 @@ workflows:
|
||||||
# because this used to be called the "next" channel and some
|
# because this used to be called the "next" channel and some
|
||||||
# downstream consumers might still expect that tag. We can remove this
|
# downstream consumers might still expect that tag. We can remove this
|
||||||
# after some time has elapsed and the change has been communicated.
|
# after some time has elapsed and the change has been communicated.
|
||||||
dist_tag: "canary,next"
|
dist_tag: "canary,next,beta"
|
||||||
- publish_prerelease:
|
- publish_prerelease:
|
||||||
name: Publish to Experimental channel
|
name: Publish to Experimental channel
|
||||||
requires:
|
requires:
|
||||||
|
|
@ -668,7 +668,7 @@ workflows:
|
||||||
name: Publish to Canary channel
|
name: Publish to Canary channel
|
||||||
commit_sha: << pipeline.git.revision >>
|
commit_sha: << pipeline.git.revision >>
|
||||||
release_channel: stable
|
release_channel: stable
|
||||||
dist_tag: "canary,next"
|
dist_tag: "canary,next,beta"
|
||||||
- publish_prerelease:
|
- publish_prerelease:
|
||||||
name: Publish to Experimental channel
|
name: Publish to Experimental channel
|
||||||
requires:
|
requires:
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ const ReactVersion = '19.0.0';
|
||||||
//
|
//
|
||||||
// It only affects the label used in the version string. To customize the
|
// It only affects the label used in the version string. To customize the
|
||||||
// npm dist tags used during publish, refer to .circleci/config.yml.
|
// npm dist tags used during publish, refer to .circleci/config.yml.
|
||||||
const canaryChannelLabel = 'canary';
|
const canaryChannelLabel = 'beta';
|
||||||
|
|
||||||
const stablePackages = {
|
const stablePackages = {
|
||||||
'eslint-plugin-react-hooks': '5.1.0',
|
'eslint-plugin-react-hooks': '5.1.0',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user