Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[react] Remove .0 for releaseCycle 19 #6692

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[react] Remove .0 for releaseCycle 19 #6692

wants to merge 1 commit into from

Conversation

BiNZGi
Copy link
Member

@BiNZGi BiNZGi commented Feb 3, 2025

We only track major versions as releaseCycles

From discussion in #6680

We only track major versions as releaseCycles
@BiNZGi BiNZGi added the release-updates Pull Requests that update release information label Feb 3, 2025
@captn3m0
Copy link
Member

captn3m0 commented Feb 3, 2025

NB: This will have to be split again once 19.1 releases, since 19.0 and 19.1 are considered supported in parallel.

@usta
Copy link
Member

usta commented Feb 3, 2025

@BiNZGi @captn3m0 in this case lets make them .X format so it will fix all upcoming problems.
( I mean 15 -> 15.X , 16-> 16.X .... 19 -> 19.X )

@usta
Copy link
Member

usta commented Feb 3, 2025

sure this wont work if they make 19 and 19.1 alive(supported ) in same time

@BiNZGi
Copy link
Member Author

BiNZGi commented Feb 4, 2025

19.0 and 19.1 are considered supported in parallel.

I am not sure about this. Looking at https://react.dev/versions I cannot find a minor or patch release that is released later than the next major. I would assume that only the latest version per major version is supported.

https://react.dev/community/versioning-policy#all-release-channels

Both Latest and Canary channels are officially supported for user-facing applications

https://react.dev/community/versioning-policy#latest-channel

Latest is the channel used for stable React releases. It corresponds to the latest tag on npm.

There can be only one latest tag on npm, see https://www.npmjs.com/package/react?activeTab=versions. When 19.1.0 will be tagged as latest 19.0.x will no longer be supported. Next latest after 19.1.0 will be 19.1.1, 19.2.0 or 20.0.0.

.X format

@usta The cycles would be as follow: 19.1, 19.0, 19.x, 18.x, 17.x, ...

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
release-updates Pull Requests that update release information
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants