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

[RFC] Suggestion to remove v prefix in versions name (http://semver.org) #63

Closed
rogeriopradoj opened this issue Jun 11, 2013 · 6 comments

Comments

@rogeriopradoj
Copy link
Contributor

Hello, @PUGX.

Just a suggestion: could you use version names without the prefix in order to stay closer with http://server.org http://semver.org/?

Example: 1.0.0, 1.0.0-RC etc...

What do you guys thinks?

@liuggio
Copy link
Member

liuggio commented Jun 11, 2013

good idea... I added 'RFC' to the issue...

@leopro
Copy link
Member

leopro commented Jun 11, 2013

👎

all major bundles and Symfony2 use it.
anyway, what is server.org?

@rogeriopradoj
Copy link
Contributor Author

Ops, @leopro , I'm sorry.

The correct website is http://semver.org/, the Semantic Versioning website.

I've updated the message.

@garak
Copy link
Member

garak commented Jun 13, 2013

semver.org itself has these versions:

v2.0.0-rc.2
v2.0.0-rc.1
v1.0.0

:-P

@rogeriopradoj
Copy link
Contributor Author

Yeah, @garak, I think my RFC is non-sense now...

-1

In fact I asked for that because some of parsers i've tried said that versions like v1.0.0 are invalid:

  • "naneau/semver": "dev-master",
  • "respect/validation": "dev-develop"

After that I've found out the way composer does for parsing: it says v1.0.0 is a formatted version, and resolve just taking the 'v' away!

Thank you guys for at least taking a look on this!

@liuggio
Copy link
Member

liuggio commented Jun 14, 2013

Your idea wasn't so bad, because the concept of 'stable' is provides the version to put into the composer.json, and the 'v' is no needed.

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

4 participants