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

Comment on Project/components.md (20-R6) : fix description of semantic version #361

Open
e-marchand opened this issue Sep 12, 2024 · 0 comments
Assignees

Comments

@e-marchand
Copy link

"^1.2.3" or ">=1.2.3": the latest version 1, starting with the 1.2.3 version.
"~1.2.3" or ">1.2.3": the latest major version 1, starting with the version just after the 1.2.3.

Je pense que c'est pas bon, surement copié d'un paquet de truc que j'avais écris dans une tache de dev

Voila un truc qui me semble plus correct

">=1.2.3": the latest version, starting with the 1.2.3 version.
">1.2.3": the latest version, starting with the version just after the 1.2.3.
"^1.2.3": the latest version 1, starting with the 1.2.3 version and strictly lower than version 2.
"~1.2.3": the latest version 1.2, starting with the 1.2.3 version and strictly lower than version 1.3.

un site qui permet de tester

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants