Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update 5.0 version in Migration Guide #1464

Open
crandmck opened this issue Mar 4, 2024 · 1 comment
Open

Update 5.0 version in Migration Guide #1464

crandmck opened this issue Mar 4, 2024 · 1 comment
Assignees
Labels
5.x Docs for 5.x version bug

Comments

@crandmck
Copy link
Member

crandmck commented Mar 4, 2024

Docs in en and de (in #1371) were updated, but all other langs need update as well to change:

$ npm install express@5.0.0-alpha.2 --save

to

$ npm install "express@>=5.0.0-beta.1" --save

Perhaps we should consider a better way to address this in the long run that wouldn't require touching so many files. The _data/express.yml file has a current_version version for the latest 4.x release version. We could add next_version for the 5.x latest version. Of course, when 5.x is released, current_version would become 5.0.0 or whatever, and next_version would be something like 6.0.0-alpha.1 or the like.

@crandmck crandmck added the bug label Mar 4, 2024
@crandmck crandmck self-assigned this Mar 4, 2024
@melroy89
Copy link

Also I really hope Express 5 will be released anytime soon now..

@crandmck crandmck added the 5.x Docs for 5.x version label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.x Docs for 5.x version bug
Projects
None yet
Development

No branches or pull requests

2 participants