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

Closed
crandmck opened this issue Mar 4, 2024 · 3 comments · Fixed by #1552
Closed

Update 5.0 version in Migration Guide #1464

crandmck opened this issue Mar 4, 2024 · 3 comments · Fixed by #1552
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 [email protected] --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
@IamLizu
Copy link
Member

IamLizu commented Jul 31, 2024

Hi, I was working on expressjs/discussions#251, however, I think before that, we should sort this one out.

Edit: I would like to work this as well (before expressjs/discussions#251).

cc: @UlisesGascon

@UlisesGascon UlisesGascon assigned IamLizu and unassigned crandmck Jul 31, 2024
@UlisesGascon
Copy link
Member

Go ahead @IamLizu. I will assign this issue to you :)

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

Successfully merging a pull request may close this issue.

4 participants